| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| index 8e057f8a5717227335041ddb57cecddd28719e66..4d74cf2c0b35e8693c751d6f1e386855fdfbd633 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| @@ -59,7 +59,6 @@ class WebCompositorSupportImpl;
|
|
|
| namespace blink {
|
| namespace scheduler {
|
| -class RendererScheduler;
|
| class RendererSchedulerImpl;
|
| }
|
| class WebCompositorSupport;
|
| @@ -161,7 +160,7 @@ class TestingPlatformSupportWithMockScheduler : public TestingPlatformSupport {
|
| // Advances |m_clock| by |seconds|.
|
| void AdvanceClockSeconds(double seconds);
|
|
|
| - scheduler::RendererScheduler* GetRendererScheduler() const;
|
| + scheduler::RendererSchedulerImpl* GetRendererScheduler() const;
|
|
|
| // Controls the behavior of |m_mockTaskRunner| if true, then |m_clock| will
|
| // be advanced to the next timer when there's no more immediate work to do.
|
|
|