| 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..83c1282058a19c99be5aa7e58ac42f19f06a810d 100644
|
| --- a/cc/test/fake_display_list_recording_source.cc
|
| +++ b/cc/test/fake_display_list_recording_source.cc
|
| @@ -12,8 +12,7 @@ bool FakeDisplayListRecordingSource::IsSuitableForGpuRasterization() const {
|
| return DisplayListRecordingSource::IsSuitableForGpuRasterization();
|
| }
|
|
|
| -void FakeDisplayListRecordingSource::
|
| - SetUnsuitableForGpuRasterizationForTesting() {
|
| +void FakeDisplayListRecordingSource::SetUnsuitableForGpuRasterization() {
|
| force_unsuitable_for_gpu_rasterization_ = true;
|
| }
|
|
|
|
|