| 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 b85fed1ba6c9424d318006931d2422f7d99953b4..816343815508d55e86be3edbd7b77492ef42fceb 100644
|
| --- a/cc/test/fake_display_list_recording_source.cc
|
| +++ b/cc/test/fake_display_list_recording_source.cc
|
| @@ -12,9 +12,4 @@ bool FakeDisplayListRecordingSource::IsSuitableForGpuRasterization() const {
|
| return DisplayListRecordingSource::IsSuitableForGpuRasterization();
|
| }
|
|
|
| -void FakeDisplayListRecordingSource::
|
| - SetUnsuitableForGpuRasterizationForTesting() {
|
| - force_unsuitable_for_gpu_rasterization_ = true;
|
| -}
|
| -
|
| } // namespace cc
|
|
|