| Index: cc/resources/layer_tiling_data.h
|
| diff --git a/cc/resources/layer_tiling_data.h b/cc/resources/layer_tiling_data.h
|
| index 94644d051b15f732e28d520efe4f5785404b6b22..b145e38ffab97259ff8580fa2890754280cae1fa 100644
|
| --- a/cc/resources/layer_tiling_data.h
|
| +++ b/cc/resources/layer_tiling_data.h
|
| @@ -81,8 +81,8 @@ class CC_EXPORT LayerTilingData {
|
| Tile* TileAt(int i, int j) const;
|
| const TileMap& tiles() const { return tiles_; }
|
|
|
| - void SetBounds(const gfx::Size& size);
|
| - gfx::Size bounds() const { return tiling_data_.total_size(); }
|
| + void SetTilingRect(const gfx::Rect& tiling_rect);
|
| + gfx::Rect tiling_rect() const { return tiling_data_.tiling_rect(); }
|
|
|
| void ContentRectToTileIndices(const gfx::Rect& rect,
|
| int* left,
|
|
|