Index: cc/base/tiling_data.h |
diff --git a/cc/base/tiling_data.h b/cc/base/tiling_data.h |
index 8550e5f186e69af20a12cbe52621e9bb134e7e54..c2153f1d5da1df40768589d04b0489a60f797dcd 100644 |
--- a/cc/base/tiling_data.h |
+++ b/cc/base/tiling_data.h |
@@ -62,6 +62,8 @@ class CC_EXPORT TilingData { |
int TileSizeX(int x_index) const; |
int TileSizeY(int y_index) const; |
+ gfx::Rect TileBoundsAllowTilesOutsideTiling(int i, int j) const; |
+ |
// Difference between TileBound's and TileBoundWithBorder's origin(). |
gfx::Vector2d TextureOffset(int x_index, int y_index) const; |