Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2897)

Unified Diff: cc/raster/tile_task_worker_pool.h

Issue 1405883002: cc: Remove the base RasterSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge more Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/raster/raster_buffer.h ('k') | cc/raster/tile_task_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « cc/raster/raster_buffer.h ('k') | cc/raster/tile_task_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698