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

Unified Diff: cc/proto/property_tree.proto

Issue 1957533002: cc : Track opacity animation changes on effect 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 d8ac3e48d4c3c16fd2dd8e82ae4e8416e0c45371..fe227c050f5c7a6f11308a42a99afb21622ec04a 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -84,7 +84,7 @@ message ClipNodeData {
}
// Proto for struct EffectNodeData.
-// NEXT ID: 16
+// NEXT ID: 17
message EffectNodeData {
optional float opacity = 1;
optional float screen_space_opacity = 2;
@@ -95,7 +95,8 @@ message EffectNodeData {
optional bool double_sided = 13;
optional bool is_drawn = 6;
optional bool subtree_hidden = 15;
- optional bool has_animated_opacity = 7;
+ optional bool has_potential_opacity_animation = 7;
+ optional bool is_currently_animating_opacity = 16;
optional bool effect_changed = 11;
optional int64 num_copy_requests_in_subtree = 8;
optional int64 transform_id = 9;
« 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