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

Unified Diff: cc/trees/layer_tree_host_pixeltest_tiles.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: fix win clang build Created 3 years, 10 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
« no previous file with comments | « cc/trees/layer_tree_host_pixeltest_synchronous.cc ('k') | cc/trees/layer_tree_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0a279c0e7a009f2c1ff3f13a60a7cdf5a1dc9cd6..a00c023e9b7096f37662ad072662524f391ff1ec 100644
--- a/cc/trees/layer_tree_host_pixeltest_tiles.cc
+++ b/cc/trees/layer_tree_host_pixeltest_tiles.cc
@@ -50,12 +50,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;
« no previous file with comments | « cc/trees/layer_tree_host_pixeltest_synchronous.cc ('k') | cc/trees/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698