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

Unified Diff: cc/trees/layer_tree_host_unittest_scroll.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_scroll.cc
diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc
index 22ae78a2a87194bc5fcdfee82036a14a7b96428b..6c7e2c5214ffd07285032576c33438efd152321c 100644
--- a/cc/trees/layer_tree_host_unittest_scroll.cc
+++ b/cc/trees/layer_tree_host_unittest_scroll.cc
@@ -506,7 +506,7 @@ class LayerTreeHostScrollTestScrollSnapping : public LayerTreeHostScrollTest {
layer_tree_host()
->outer_viewport_scroll_layer()
->scroll_clip_layer()
- ->SetForceRenderSurfaceForTesting(true);
+ ->SetForceRenderSurface(true);
gfx::Transform translate;
translate.Translate(0.25f, 0.f);
layer_tree_host()

Powered by Google App Engine
This is Rietveld 408576698