Index: trunk/src/cc/base/tiling_data.h |
=================================================================== |
--- trunk/src/cc/base/tiling_data.h (revision 277979) |
+++ trunk/src/cc/base/tiling_data.h (working copy) |
@@ -52,8 +52,7 @@ |
int LastBorderTileXIndexFromSrcCoord(int src_position) const; |
int LastBorderTileYIndexFromSrcCoord(int src_position) const; |
- gfx::Rect ExpandRectToTileBoundsWithBorders(const gfx::Rect& rect) const; |
- gfx::Rect ExpandRectToTileBounds(const gfx::Rect& rect) const; |
+ gfx::Rect ExpandRectToTileBoundsWithBorders(const gfx::Rect rect) const; |
gfx::Rect TileBounds(int i, int j) const; |
gfx::Rect TileBoundsWithBorder(int i, int j) const; |