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

Unified Diff: cc/trees/property_tree.h

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/trees/mutator_host_client.h ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 96a2f441907028d599cdc19333ad05da8f48ff67..1d7cd4143157c81c2de10fd43c10684e705454ec 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -123,7 +123,8 @@ struct CC_EXPORT TransformNodeData {
bool is_invertible : 1;
bool ancestors_are_invertible : 1;
- bool is_animated : 1;
+ bool has_potential_animation : 1;
+ bool is_currently_animating : 1;
bool to_screen_is_potentially_animated : 1;
bool has_only_translation_animations : 1;
bool to_screen_has_scale_animation : 1;
« no previous file with comments | « cc/trees/mutator_host_client.h ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698