| 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() {}
|
|
|
|
|