| 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 5b5d1edb2427dd5181886adc2caa9f0b83e1043a..a8b1ec76efdc098beb3528947bdd61b9f8939181 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.
|
|
|