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

Unified Diff: cc/raster/tile_task_worker_pool.h

Issue 1837263005: cc: Rename DisplayListRasterSource to just RasterSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 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,
« 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