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

Unified Diff: cc/proto/property_tree.proto

Issue 1987123002: cc : Track transform animation changes on transform tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/layers/layer_impl.cc ('k') | cc/test/animation_timelines_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 fe227c050f5c7a6f11308a42a99afb21622ec04a..b13d05490e4dd6e7f822162701b459aed41c8635 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: 42
+// NEXT ID: 43
message TranformNodeData {
optional Transform pre_local = 1;
optional Transform local = 2;
@@ -37,7 +37,8 @@ message TranformNodeData {
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;
+ optional bool has_potential_animation = 15;
+ optional bool is_currently_animating = 42;
optional bool to_screen_is_potentially_animated = 16;
optional bool has_only_translation_animations = 17;
optional bool to_screen_has_scale_animation = 18;
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/test/animation_timelines_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698