summaryrefslogtreecommitdiffstats
path: root/cc/tile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tile.cc')
-rw-r--r--cc/tile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/tile.cc b/cc/tile.cc
index dcf2b6c..287edf3 100644
--- a/cc/tile.cc
+++ b/cc/tile.cc
@@ -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)