| Index: cc/tiling_data.h
|
| diff --git a/cc/tiling_data.h b/cc/tiling_data.h
|
| index 9dbacfbee06227cc5a79a185928dca58ac50be48..9725ebc7530f40a8be59f409ae4ab5aa6fc97e53 100644
|
| --- a/cc/tiling_data.h
|
| +++ b/cc/tiling_data.h
|
| @@ -34,6 +34,7 @@ class CC_EXPORT TilingData {
|
|
|
| gfx::Size max_texture_size() const { return max_texture_size_; }
|
| void SetMaxTextureSize(gfx::Size max_texture_size);
|
| + gfx::Size InnerTileSize() const { return inner_tile_size_; }
|
|
|
| int border_texels() const { return border_texels_; }
|
| void SetHasBorderTexels(bool has_border_texels);
|
| @@ -130,6 +131,7 @@ class CC_EXPORT TilingData {
|
| void RecomputeNumTiles();
|
|
|
| gfx::Size max_texture_size_;
|
| + gfx::Size inner_tile_size_;
|
| gfx::Size total_size_;
|
| int border_texels_;
|
|
|
|
|