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

Unified Diff: cc/proto/property_tree.proto

Issue 1689293002: cc: Move TryScroll from LayerImpl to LayerTreeHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master branch Created 4 years, 10 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/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 578049f26e2ddbd23e79e3e208e157ce0aa77031..2535bcda98e1f7057ec45d4f626b28c55f5d5308 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -102,6 +102,7 @@ message ScrollNodeData {
optional bool max_scroll_offset_affected_by_page_scale = 6;
optional bool is_inner_viewport_scroll_layer = 7;
optional bool is_outer_viewport_scroll_layer = 8;
+ optional int64 transform_id = 9;
}
// This defines the proto used for all types of struct TreeNode.

Powered by Google App Engine
This is Rietveld 408576698