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

Unified Diff: cc/proto/property_tree.proto

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 | « no previous file | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 72844d946a1f2b82f32af298a2180e7f699d0713..b6098c621cbcbb3d8bcde8c6515526e1a49efee7 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -43,10 +43,10 @@ message TranformNodeData {
optional bool node_and_ancestors_have_only_integer_translation = 21;
optional bool scrolls = 22;
optional bool should_be_snapped = 43;
- optional bool affected_by_inner_viewport_bounds_delta_x = 24;
- optional bool affected_by_inner_viewport_bounds_delta_y = 25;
- optional bool affected_by_outer_viewport_bounds_delta_x = 26;
- optional bool affected_by_outer_viewport_bounds_delta_y = 27;
+ optional bool moved_by_inner_viewport_bounds_delta_x = 24;
+ optional bool moved_by_inner_viewport_bounds_delta_y = 25;
+ optional bool moved_by_outer_viewport_bounds_delta_x = 26;
+ optional bool moved_by_outer_viewport_bounds_delta_y = 27;
optional bool in_subtree_of_page_scale_layer = 28;
optional bool transform_changed = 40;
optional float post_local_scale_factor = 29;
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698