| Index: cc/raster/tile_task_worker_pool.h
|
| diff --git a/cc/raster/tile_task_worker_pool.h b/cc/raster/tile_task_worker_pool.h
|
| index 5f229619b5ddfdcf8b8cea2561e0ca78a6b35b6b..db78391738bfa094db2259f760694f710e412148 100644
|
| --- a/cc/raster/tile_task_worker_pool.h
|
| +++ b/cc/raster/tile_task_worker_pool.h
|
| @@ -16,7 +16,7 @@ class SequencedTaskRunner;
|
| }
|
|
|
| namespace cc {
|
| -class DisplayListRasterSource;
|
| +class RasterSource;
|
| class RenderingStatsInstrumentation;
|
|
|
| class CC_EXPORT TileTaskWorkerPool {
|
| @@ -39,7 +39,7 @@ class CC_EXPORT TileTaskWorkerPool {
|
| ResourceFormat format,
|
| const gfx::Size& size,
|
| size_t stride,
|
| - const DisplayListRasterSource* raster_source,
|
| + const RasterSource* raster_source,
|
| const gfx::Rect& canvas_bitmap_rect,
|
| const gfx::Rect& canvas_playback_rect,
|
| float scale,
|
|
|