Chromium Code Reviews| 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 6cb3b190b2deb55c6bcbf0b1bcb198992c9fb014..96fbca385ce8196dfc9316b3c51ab89e7abc7872 100644 |
| --- a/cc/test/fake_display_list_recording_source.h |
| +++ b/cc/test/fake_display_list_recording_source.h |
| @@ -95,7 +95,7 @@ class FakeDisplayListRecordingSource : public DisplayListRecordingSource { |
| } |
| bool IsSuitableForGpuRasterization() const override; |
| - void SetUnsuitableForGpuRasterizationForTesting() override; |
| + void SetUnsuitableForGpuRasterization(); |
|
danakj
2015/09/16 23:04:49
nit: i'd make this an inline setter, with style se
pdr.
2015/09/17 20:52:45
Done.
|
| private: |
| FakeContentLayerClient client_; |