| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| index 076244cc63804685f7b4c0365c63675a857f1f93..cde22d786d391d5a437914b5fc8d51e40483a029 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
| @@ -297,7 +297,7 @@ void TestingPlatformSupportWithMockScheduler::SetAutoAdvanceNowToPendingTasks(
|
| mock_task_runner_->SetAutoAdvanceNowToPendingTasks(auto_advance);
|
| }
|
|
|
| -scheduler::RendererScheduler*
|
| +scheduler::RendererSchedulerImpl*
|
| TestingPlatformSupportWithMockScheduler::GetRendererScheduler() const {
|
| return scheduler_.get();
|
| }
|
|
|