| commit | fe00d4981330692d51fe670429db68a33fdafb36 | [log] [tgz] |
|---|---|---|
| author | Colin Blundell <blundell@chromium.org> | Thu Sep 04 06:49:17 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 06:49:17 2025 |
| tree | eb868f44d382118aa42dd62a35961cafa1b6c7a4 | |
| parent | 3fee0db0af433b5c8294b929faf25d7b269e6c2c [diff] |
[//cc] Return null for GrContext() in raster_buffer_provider_perftest.cc This is guaranteed to be null [1] due to creating the TestContextProvider via CreateRaster(). [1] https://source.chromium.org/chromium/chromium/src/+/main:components/viz/test/test_context_provider.cc;l=339-340?q=TestContextProvider::GrContext&ss=chromium Bug: 391648152 Change-Id: I8bef7629cb4568dd0f732aa731dc4b81b64e077f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6909531 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1510725}
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.