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

Unified Diff: cc/proto/property_tree.proto

Issue 1973083002: Use element id's for animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/proto/element_id.proto ('k') | cc/test/animation_test_common.h » ('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 13d66b0c161873adb5d40c9913a3219e6c1211ac..48c96ebd4b784e11e58123bd3f26a30d98f88ac0 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -4,6 +4,7 @@
syntax = "proto2";
+import "element_id.proto";
import "rectf.proto";
import "scroll_offset.proto";
import "size.proto";
@@ -112,7 +113,7 @@ message EffectNodeData {
}
// Proto for struct ScrollNodeData
-// NEXT ID: 15
+// NEXT ID: 16
message ScrollNodeData {
optional bool scrollable = 1;
optional int32 main_thread_scrolling_reasons = 2;
@@ -126,7 +127,7 @@ message ScrollNodeData {
optional bool should_flatten = 10;
optional bool user_scrollable_horizontal = 13;
optional bool user_scrollable_vertical = 14;
- optional int64 element_id = 12;
+ optional ElementId element_id = 15;
optional int64 transform_id = 11;
}
« no previous file with comments | « cc/proto/element_id.proto ('k') | cc/test/animation_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698