| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index fba3df392ce9aaf1e94034a2da14706b035cb639..17da548c916ae4e8e9903642f953a8f70aa5335d 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -38,7 +38,7 @@ class CC_EXPORT PictureLayerTilingClient {
|
| virtual scoped_refptr<Tile> CreateTile(
|
| PictureLayerTiling* tiling,
|
| const gfx::Rect& content_rect) = 0;
|
| - virtual PicturePileImpl* GetPile() = 0;
|
| + virtual RasterSource* GetRasterSource() = 0;
|
| virtual gfx::Size CalculateTileSize(
|
| const gfx::Size& content_bounds) const = 0;
|
| // This invalidation region defines the area (if any, it can by null) that
|
|
|