diff options
Diffstat (limited to 'cc/tile.cc')
-rw-r--r-- | cc/tile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ namespace cc { Tile::Tile(TileManager* tile_manager, - PicturePile* picture_pile, + PicturePileImpl* picture_pile, gfx::Size tile_size, GLenum format, gfx::Rect rect_inside_picture) |