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

Unified Diff: cc/proto/property_tree.proto

Issue 2105673003: cc: Compute animation scale on demand (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit changes Created 4 years, 6 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/picture_layer_impl_unittest.cc ('k') | cc/test/layer_tree_host_common_test.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 48c96ebd4b784e11e58123bd3f26a30d98f88ac0..afdd13e34e005f75c798f411d276ccd3cdf59890 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -36,7 +36,6 @@ message TranformNodeData {
optional bool is_currently_animating = 42;
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;
optional bool node_and_ancestors_are_flat = 20;
optional bool node_and_ancestors_have_only_integer_translation = 21;
@@ -49,10 +48,6 @@ message TranformNodeData {
optional bool in_subtree_of_page_scale_layer = 28;
optional bool transform_changed = 40;
optional float post_local_scale_factor = 29;
- optional float local_maximum_animation_target_scale = 30;
- optional float local_starting_animation_scale = 31;
- optional float combined_maximum_animation_target_scale = 32;
- optional float combined_starting_animation_scale = 33;
optional Vector2dF sublayer_scale = 34;
optional ScrollOffset scroll_offset = 35;
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/test/layer_tree_host_common_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698