Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

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: 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/draw_properties.h ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « cc/layers/draw_properties.h ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698