| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index 6b10911afbc2f9212570edfa2ebdb4d7b9d2fd1e..99f30ebf884926a449dae9cb636ae7cb2efd7de8 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -141,6 +141,7 @@ class CC_EXPORT PictureLayerImpl
|
| float raster_contents_scale_;
|
| float low_res_raster_contents_scale_;
|
|
|
| + bool source_scale_has_changed_;
|
| bool was_screen_space_transform_animating_;
|
| bool only_used_low_res_last_append_quads_;
|
| const bool is_mask_;
|
|
|