commit | d46226e9aebbd46760fbb23f4f9f60e892084fe4 | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Thu Aug 01 17:08:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 01 17:08:48 2024 |
tree | 3532ef2ccdf1da6d394ae8adf765c0b9df0cfd24 | |
parent | a1fdefeb0f7ba19c8d0a39a9a3eb4abb8b917f8a [diff] |
[gpu] Remove unnecessary common/gpu_memory_buffer_support includes gpu_memory_buffer_support contained a bunch of utility methods using BufferPlane that were recently removed [1] as they were no longer used. The file is still imported in many places that no longer need its import. This change cleans it up. Also, add includes for blink files that actually still uses the remaining utility methods. [1] https://chromium-review.googlesource.com/c/chromium/src/+/5735671 Bug: 332564976 Change-Id: I011bad7096e4402ed9a522f2762ab9fe4a71e76c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5753785 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1336106}
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.