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

Unified Diff: cc/proto/property_tree.proto

Issue 1876903003: cc : Add node and ancestors are animated or invertible to transform tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/draw_property_utils.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 cfcbc63f07283b5748ae78bd984ad19428a945bc..292423361fb2d0f0b435209677c2405ca22cae84 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -19,7 +19,7 @@ package cc.proto;
// cc/trees/property_tree.h
// Proto for struct TransformNodeData.
-// NEXT ID: 41
+// NEXT ID: 42
message TranformNodeData {
optional Transform pre_local = 1;
optional Transform local = 2;
@@ -34,6 +34,7 @@ message TranformNodeData {
optional int64 content_target_id = 10;
optional int64 source_node_id = 11;
optional bool needs_local_transform_update = 12;
+ optional bool node_and_ancestors_are_animated_or_invertible = 41;
optional bool is_invertible = 13;
optional bool ancestors_are_invertible = 14;
optional bool is_animated = 15;
« no previous file with comments | « no previous file | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698