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

Unified Diff: cc/test/fake_display_list_recording_source.cc

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/test/fake_display_list_recording_source.h ('k') | cc/test/fake_picture_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_display_list_recording_source.cc
diff --git a/cc/test/fake_display_list_recording_source.cc b/cc/test/fake_display_list_recording_source.cc
index 01e6048527c256c40df999ac1d9856740da78785..4771b11986e02d510a0b162ce1083f6f62fb2eb3 100644
--- a/cc/test/fake_display_list_recording_source.cc
+++ b/cc/test/fake_display_list_recording_source.cc
@@ -4,7 +4,7 @@
#include "cc/test/fake_display_list_recording_source.h"
-#include "cc/test/fake_display_list_raster_source.h"
+#include "cc/test/fake_raster_source.h"
#include "cc/test/skia_common.h"
namespace cc {
@@ -19,9 +19,9 @@ bool FakeDisplayListRecordingSource::IsSuitableForGpuRasterization() const {
return DisplayListRecordingSource::IsSuitableForGpuRasterization();
}
-scoped_refptr<DisplayListRasterSource>
-FakeDisplayListRecordingSource::CreateRasterSource(bool can_use_lcd) const {
- return FakeDisplayListRasterSource::CreateFromRecordingSourceWithWaitable(
+scoped_refptr<RasterSource> FakeDisplayListRecordingSource::CreateRasterSource(
+ bool can_use_lcd) const {
+ return FakeRasterSource::CreateFromRecordingSourceWithWaitable(
this, can_use_lcd, playback_allowed_event_);
}
« no previous file with comments | « cc/test/fake_display_list_recording_source.h ('k') | cc/test/fake_picture_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698