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 28ea1ab7ab395007130ee717e3781e76a92cdf29..23f2e442547f389f2f3c543b98ea2fd9117c16e1 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<DisplayListRasterSource> CreateRasterSource( |
+ scoped_refptr<RasterSource> CreateRasterSource( |
bool can_use_lcd) const override; |
bool IsSuitableForGpuRasterization() const override; |