| Index: cc/resources/picture_layer_tiling_set.h
|
| diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
|
| index 5e4d92fec6980acfe39f4e656a928550099f9769..901bb9b95c236d681eb22b24390d9c4c4e39bd04 100644
|
| --- a/cc/resources/picture_layer_tiling_set.h
|
| +++ b/cc/resources/picture_layer_tiling_set.h
|
| @@ -29,7 +29,7 @@ class CC_EXPORT PictureLayerTilingSet {
|
| void SetLayerBounds(gfx::Size layer_bounds);
|
| gfx::Size LayerBounds() const;
|
|
|
| - void Invalidate(const Region& layer_invalidation);
|
| + void Invalidate(const Region& layer_invalidation);
|
|
|
| PictureLayerTiling* AddTiling(float contents_scale);
|
| size_t num_tilings() const { return tilings_.size(); }
|
|
|