| commit | aa9efca08c1a88b9e47f8f157211cd05116e0fb0 | [log] [tgz] |
|---|---|---|
| author | Colin Blundell <blundell@chromium.org> | Mon Sep 01 11:19:41 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 01 11:19:41 2025 |
| tree | cf8a3c3df6262fc494c40e278f0be4e1561f7e0d | |
| parent | 66cde816b222d2c755cfdba2ec46e3d8a190f510 [diff] |
[//gpu] Make GpuMemoryBufferImpl a pure interface This commit makes GpuMemoryBufferImpl a pure interface. This is in preparation for moving the concrete GMB implementations to be direct implementations of ClientSharedImage::ScopedMapping and eliminating the GpuMemoryBuffer interface altogether. Bug: 404905709 Change-Id: I9c29ea43d4ad769f5ca97ecf827b1f56211991e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6811467 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/main@{#1509117}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.