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

Unified Diff: cc/trees/layer_tree_host_common_unittest.cc

Issue 2609243003: [NOT FOR REVIEW]
Patch Set: Created 3 years, 12 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_common.cc ('k') | cc/trees/layer_tree_host_in_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_common_unittest.cc
diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
index e86d251bb5b0fc36806f3cfd70bfa3b7e215b351..cc34a9464905a899de83c00a2bb0cf22c6eb2d77 100644
--- a/cc/trees/layer_tree_host_common_unittest.cc
+++ b/cc/trees/layer_tree_host_common_unittest.cc
@@ -209,6 +209,15 @@ class LayerTreeHostCommonTestBase : public LayerTestCommon::LayerImplTest {
PropertyTrees* property_trees =
root_layer->GetLayerTree()->property_trees();
update_layer_list_.clear();
+ PropertyTrees* test_property_trees_with_new_clip_tree =
+ root_layer->GetLayerTree()->test_property_trees_with_new_clip_tree();
+ bool build_new_clip_tree = true;
+ PropertyTreeBuilder::BuildPropertyTrees(
+ root_layer, page_scale_layer, inner_viewport_scroll_layer,
+ outer_viewport_scroll_layer, overscroll_elasticity_layer,
+ elastic_overscroll, page_scale_factor, device_scale_factor,
+ gfx::Rect(device_viewport_size), gfx::Transform(), test_property_trees_with_new_clip_tree,
+ build_new_clip_tree);
PropertyTreeBuilder::BuildPropertyTrees(
root_layer, page_scale_layer, inner_viewport_scroll_layer,
outer_viewport_scroll_layer, overscroll_elasticity_layer,
« no previous file with comments | « cc/trees/layer_tree_host_common.cc ('k') | cc/trees/layer_tree_host_in_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698