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

Unified Diff: cc/trees/property_tree_unittest.cc

Issue 2451183002: Add sticky nodes affected by inner and outer viewport bounds deltas. (Closed)
Patch Set: Merge with master. Created 4 years, 2 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/property_tree_builder.cc ('k') | cc/trees/transform_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree_unittest.cc
diff --git a/cc/trees/property_tree_unittest.cc b/cc/trees/property_tree_unittest.cc
index 0c0ebec9f68807c202cbcd75e3dd2dba52aa5af9..9b3d972369b6e369b862bfdcd37c2e8551ba1fc3 100644
--- a/cc/trees/property_tree_unittest.cc
+++ b/cc/trees/property_tree_unittest.cc
@@ -37,10 +37,10 @@ TEST(PropertyTreeSerializationTest, TransformNodeSerialization) {
original.node_and_ancestors_are_flat = false;
original.node_and_ancestors_have_only_integer_translation = false;
original.scrolls = false;
- original.affected_by_inner_viewport_bounds_delta_x = false;
- original.affected_by_inner_viewport_bounds_delta_y = false;
- original.affected_by_outer_viewport_bounds_delta_x = false;
- original.affected_by_outer_viewport_bounds_delta_y = false;
+ original.moved_by_inner_viewport_bounds_delta_x = false;
+ original.moved_by_inner_viewport_bounds_delta_y = false;
+ original.moved_by_outer_viewport_bounds_delta_x = false;
+ original.moved_by_outer_viewport_bounds_delta_y = false;
original.in_subtree_of_page_scale_layer = false;
original.post_local_scale_factor = 0.5f;
original.scroll_offset = gfx::ScrollOffset(1.5f, 1.5f);
« no previous file with comments | « cc/trees/property_tree_builder.cc ('k') | cc/trees/transform_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698