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

Unified Diff: cc/trees/property_tree.h

Issue 1864183002: cc: Main thread skip single layers instead of subtrees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format the comments 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 | « cc/trees/layer_tree_impl.cc ('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 b90010f8de7f56d7081d4527022dae3f8f439748..8209b788db252132f17fbc5bb5015b3586e2c830 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -112,7 +112,7 @@ struct CC_EXPORT TransformNodeData {
bool ancestors_are_invertible : 1;
bool is_animated : 1;
- bool to_screen_is_animated : 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/layer_tree_impl.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698