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

Unified Diff: cc/playback/display_list_recording_source.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/playback/display_list_raster_source_unittest.cc ('k') | cc/playback/display_list_recording_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/display_list_recording_source.h
diff --git a/cc/playback/display_list_recording_source.h b/cc/playback/display_list_recording_source.h
index d5443495aada67b93c07498f9d4ae5bdcd5d6944..4a19cbe219d8485e6ff978c9ee97e26a6838f496 100644
--- a/cc/playback/display_list_recording_source.h
+++ b/cc/playback/display_list_recording_source.h
@@ -16,7 +16,6 @@ namespace cc {
class ContentLayerClient;
class DisplayItemList;
class DisplayListRasterSource;
-class RasterSource;
class Region;
class CC_EXPORT DisplayListRecordingSource {
@@ -49,7 +48,7 @@ class CC_EXPORT DisplayListRecordingSource {
void SetRequiresClear(bool requires_clear);
// These functions are virtual for testing.
- virtual scoped_refptr<RasterSource> CreateRasterSource(
+ virtual scoped_refptr<DisplayListRasterSource> CreateRasterSource(
bool can_use_lcd_text) const;
virtual bool IsSuitableForGpuRasterization() const;
« no previous file with comments | « cc/playback/display_list_raster_source_unittest.cc ('k') | cc/playback/display_list_recording_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698