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

Unified Diff: cc/trees/transform_node.h

Issue 2166043002: cc: Compute target space transform dynamically (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Verify screen space transform when non_root_surfaces is disabled. Created 4 years, 5 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
« cc/trees/property_tree.cc ('K') | « cc/trees/property_tree_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/transform_node.h
diff --git a/cc/trees/transform_node.h b/cc/trees/transform_node.h
index 7893be2e4e0d871c501e37e5e539c7c96d0f91c4..b06a1db3cf7e7daf7239ba568e30295e6438af3a 100644
--- a/cc/trees/transform_node.h
+++ b/cc/trees/transform_node.h
@@ -70,7 +70,7 @@ struct CC_EXPORT TransformNode {
bool node_and_ancestors_are_animated_or_invertible : 1;
bool is_invertible : 1;
- bool ancestors_are_invertible : 1;
+ mutable bool ancestors_are_invertible : 1;
ajuma 2016/07/22 18:29:40 See earlier comment about this. Instead of allowin
sunxd 2016/07/22 20:25:03 Done.
bool has_potential_animation : 1;
bool is_currently_animating : 1;
« cc/trees/property_tree.cc ('K') | « cc/trees/property_tree_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698