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

Unified Diff: cc/proto/property_tree.proto

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/layers/layer_utils.cc ('k') | cc/test/layer_tree_host_common_test.cc » ('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 f9a65dcd59ae856da6b027957d56d36955e21280..cfcbc63f07283b5748ae78bd984ad19428a945bc 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -37,7 +37,7 @@ message TranformNodeData {
optional bool is_invertible = 13;
optional bool ancestors_are_invertible = 14;
optional bool is_animated = 15;
- optional bool to_screen_is_animated = 16;
+ optional bool to_screen_is_potentially_animated = 16;
optional bool has_only_translation_animations = 17;
optional bool to_screen_has_scale_animation = 18;
optional bool flattens_inherited_transform = 19;
« no previous file with comments | « cc/layers/layer_utils.cc ('k') | cc/test/layer_tree_host_common_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698