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

Unified Diff: cc/playback/display_list_recording_source.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/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 754cec94ad79d0e066add4bb5841e4f26351b451..fb9aa571544efafccdaeb6acd0fce5e242871e78 100644
--- a/cc/playback/display_list_recording_source.h
+++ b/cc/playback/display_list_recording_source.h
@@ -24,7 +24,7 @@ class DisplayListRecordingSource;
class ContentLayerClient;
class DisplayItemList;
-class DisplayListRasterSource;
+class RasterSource;
class ImageSerializationProcessor;
class Region;
@@ -67,7 +67,7 @@ class CC_EXPORT DisplayListRecordingSource {
void SetNeedsDisplayRect(const gfx::Rect& layer_rect);
// These functions are virtual for testing.
- virtual scoped_refptr<DisplayListRasterSource> CreateRasterSource(
+ virtual scoped_refptr<RasterSource> CreateRasterSource(
bool can_use_lcd_text) const;
virtual bool IsSuitableForGpuRasterization() const;
@@ -95,7 +95,7 @@ class CC_EXPORT DisplayListRecordingSource {
Region* invalidation);
void FinishDisplayItemListUpdate();
- friend class DisplayListRasterSource;
+ friend class RasterSource;
void DetermineIfSolidColor();
« 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