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

Unified Diff: cc/layers/draw_properties.cc

Issue 2105673003: cc: Compute animation scale on demand (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and resolve comments 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/layers/draw_properties.cc
diff --git a/cc/layers/draw_properties.cc b/cc/layers/draw_properties.cc
index 27877a8dde1a51d85c90e7305ced23d3aeff5772..28226dca8a19ef2c4d11181871c9d2880fc121d0 100644
--- a/cc/layers/draw_properties.cc
+++ b/cc/layers/draw_properties.cc
@@ -9,9 +9,7 @@ namespace cc {
DrawProperties::DrawProperties()
: opacity(0.f),
screen_space_transform_is_animating(false),
- is_clipped(false),
- maximum_animation_contents_scale(0.f),
- starting_animation_contents_scale(0.f) {}
+ is_clipped(false) {}
DrawProperties::~DrawProperties() {}

Powered by Google App Engine
This is Rietveld 408576698