| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index 4b80aa047516dabfdd82f02af782b9201782f28f..bdeed08ad7f6b79c4f74d9c9ac63c7108b681e75 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -319,10 +319,10 @@ class CC_EXPORT PictureLayerTiling {
|
| const int skewport_extrapolation_limit_in_content_pixels_;
|
|
|
| // Given properties.
|
| - float contents_scale_;
|
| + const float contents_scale_;
|
| + PictureLayerTilingClient* const client_;
|
| gfx::Size layer_bounds_;
|
| TileResolution resolution_;
|
| - PictureLayerTilingClient* client_;
|
|
|
| // Internal data.
|
| TilingData tiling_data_;
|
|
|