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

Unified Diff: cc/trees/layer_tree_host_unittest_occlusion.cc

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Created 3 years, 7 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_unittest_occlusion.cc
diff --git a/cc/trees/layer_tree_host_unittest_occlusion.cc b/cc/trees/layer_tree_host_unittest_occlusion.cc
index d979e0b46eacff4cec7483100528f48a4fffbebd..b41afcd7abb49ed064834c9f02d659b34d9b41da 100644
--- a/cc/trees/layer_tree_host_unittest_occlusion.cc
+++ b/cc/trees/layer_tree_host_unittest_occlusion.cc
@@ -88,7 +88,7 @@ class LayerTreeHostOcclusionTestDrawPropertiesOnSurface
child_->SetBounds(gfx::Size(1, 1));
child_->SetPosition(gfx::PointF(10.f, 5.5f));
child_->SetIsDrawable(true);
- child_->SetForceRenderSurfaceForTesting(true);
+ child_->SetForceRenderSurface(true);
root->AddChild(child_);
scoped_refptr<Layer> child2 = Layer::Create();

Powered by Google App Engine
This is Rietveld 408576698