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

Unified Diff: cc/tiles/tile_manager_perftest.cc

Issue 1491033002: Create RenderSurface on Effect Tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alwayspt
Patch Set: fix for crash Created 5 years 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/test/layer_tree_host_common_test.cc ('k') | cc/trees/damage_tracker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile_manager_perftest.cc
diff --git a/cc/tiles/tile_manager_perftest.cc b/cc/tiles/tile_manager_perftest.cc
index e28f35ac7df01a1c7c363b7dd3fc5c3231fcc484..87709f44c40c20e642fc6507f2b5373f47ee57eb 100644
--- a/cc/tiles/tile_manager_perftest.cc
+++ b/cc/tiles/tile_manager_perftest.cc
@@ -169,7 +169,7 @@ class TileManagerPerfTest : public testing::Test {
FakePictureLayerImpl::CreateWithRasterSource(pending_tree, id_,
raster_source);
pending_layer->SetDrawsContent(true);
- pending_layer->SetHasRenderSurface(true);
+ pending_layer->SetForceRenderSurface(true);
pending_tree->SetRootLayer(std::move(pending_layer));
pending_tree->BuildPropertyTreesForTesting();
« no previous file with comments | « cc/test/layer_tree_host_common_test.cc ('k') | cc/trees/damage_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698