commit | e4d90f2cfb83411bf168be977b47465c34433a37 | [log] [tgz] |
---|---|---|
author | Chris Blume <[email protected]> | Fri Nov 20 03:50:57 2020 |
committer | Commit Bot <[email protected]> | Fri Nov 20 03:50:57 2020 |
tree | 0ba0e791624fa19f6c17db5b5d9f0b67ced253df | |
parent | 46545ecff5ca99c41ac8d8a7b02afb62a55bbd7c [diff] |
Move raster query queue to its own class Previously, the raster query queue was part of the GpuRasterBufferProvider. Soon, we plan to access that queue from multiple locations. Not all of them are tied to the GpuRasterBufferProvider. This CL moves the raster query queue to its own class so it can be cleanly accessed from other locations. Change-Id: I8a37258d201bcf2c4caec71ea5bd3a80cd769989 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354237 Commit-Queue: Khushal <[email protected]> Reviewed-by: Khushal <[email protected]> Auto-Submit: Chris Blume <[email protected]> Cr-Commit-Position: refs/heads/master@{#829511}
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.
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.