| Index: cc/base/tiling_data.h
|
| diff --git a/cc/base/tiling_data.h b/cc/base/tiling_data.h
|
| index 8550e5f186e69af20a12cbe52621e9bb134e7e54..94bee34781a92124cfc0ece8372aad50222d9916 100644
|
| --- a/cc/base/tiling_data.h
|
| +++ b/cc/base/tiling_data.h
|
| @@ -52,7 +52,8 @@ class CC_EXPORT TilingData {
|
| int LastBorderTileXIndexFromSrcCoord(int src_position) const;
|
| int LastBorderTileYIndexFromSrcCoord(int src_position) const;
|
|
|
| - gfx::Rect ExpandRectToTileBoundsWithBorders(const gfx::Rect& rect) const;
|
| + gfx::Rect ExpandRectIgnoringBordersToTileBoundsWithBorders(
|
| + const gfx::Rect& rect) const;
|
| gfx::Rect ExpandRectToTileBounds(const gfx::Rect& rect) const;
|
|
|
| gfx::Rect TileBounds(int i, int j) const;
|
|
|