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 0fc9d3f35e91b21a50e17baf9636a3cbece2277f..6657b9af057a9694def1d8cf83483068ad82faaa 100644 |
--- a/cc/raster/tile_task_worker_pool.h |
+++ b/cc/raster/tile_task_worker_pool.h |
@@ -14,7 +14,7 @@ class SequencedTaskRunner; |
} |
namespace cc { |
-class RasterSource; |
+class DisplayListRasterSource; |
class RenderingStatsInstrumentation; |
class CC_EXPORT TileTaskWorkerPool { |
@@ -63,7 +63,7 @@ class CC_EXPORT TileTaskWorkerPool { |
ResourceFormat format, |
const gfx::Size& size, |
size_t stride, |
- const RasterSource* raster_source, |
+ const DisplayListRasterSource* raster_source, |
const gfx::Rect& canvas_bitmap_rect, |
const gfx::Rect& canvas_playback_rect, |
float scale, |