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

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: Fix compile error 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
Index: cc/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 13d66b0c161873adb5d40c9913a3219e6c1211ac..b4f914d22939e21c0bdfb1581ee517a99fb78f34 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -48,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;

Powered by Google App Engine
This is Rietveld 408576698