Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: cc/trees/layer_tree_host_pixeltest_tiles.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: Feedback + add rest of logic back in Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/trees/layer_tree_host_pixeltest_tiles.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_tiles.cc b/cc/trees/layer_tree_host_pixeltest_tiles.cc
index f46f8e92e94bd271a23566a58922b5a55ae6ba04..c539aea6bcba7cf1fd1a8e258006792b9897a6df 100644
--- a/cc/trees/layer_tree_host_pixeltest_tiles.cc
+++ b/cc/trees/layer_tree_host_pixeltest_tiles.cc
@@ -49,12 +49,10 @@ class LayerTreeHostTilesPixelTest : public LayerTreePixelTest {
settings->use_partial_raster = false;
break;
case PARTIAL_GPU:
- settings->gpu_rasterization_enabled = true;
settings->gpu_rasterization_forced = true;
settings->use_partial_raster = true;
break;
case FULL_GPU:
- settings->gpu_rasterization_enabled = true;
settings->gpu_rasterization_forced = true;
settings->use_partial_raster = false;
break;

Powered by Google App Engine
This is Rietveld 408576698