Chromium Code Reviews| Index: cc/tiling_data.h |
| diff --git a/cc/tiling_data.h b/cc/tiling_data.h |
| index 9dbacfbee06227cc5a79a185928dca58ac50be48..430003866b8e079720953bd85b215bda72bfa242 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 TileStride() const; |
| int border_texels() const { return border_texels_; } |
| void SetHasBorderTexels(bool has_border_texels); |