| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index d227d3f809c2bb40b11e14c6db6bf7d569cb4e25..30e4cbe929bf278d471ae4bf9d0688feec676c93 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -140,6 +140,7 @@ class CC_EXPORT PictureLayerImpl
|
| float raster_contents_scale_;
|
| float low_res_raster_contents_scale_;
|
|
|
| + bool raster_source_scale_is_fixed_;
|
| bool was_screen_space_transform_animating_;
|
| bool only_used_low_res_last_append_quads_;
|
| const bool is_mask_;
|
|
|