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

Unified Diff: cc/test/fake_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/raster/zero_copy_tile_task_worker_pool.cc ('k') | cc/test/fake_display_list_recording_source.cc » ('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.h
diff --git a/cc/test/fake_display_list_recording_source.h b/cc/test/fake_display_list_recording_source.h
index 12121f5cb06fbac79d2126f2735a6daabf3b997c..8b6436c3888d5573b9d89fc216210797c59f5bfd 100644
--- a/cc/test/fake_display_list_recording_source.h
+++ b/cc/test/fake_display_list_recording_source.h
@@ -46,7 +46,7 @@ class FakeDisplayListRecordingSource : public DisplayListRecordingSource {
}
// DisplayListRecordingSource overrides.
- scoped_refptr<RasterSource> CreateRasterSource(
+ scoped_refptr<DisplayListRasterSource> CreateRasterSource(
bool can_use_lcd) const override;
bool IsSuitableForGpuRasterization() const override;
« no previous file with comments | « cc/raster/zero_copy_tile_task_worker_pool.cc ('k') | cc/test/fake_display_list_recording_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698