| 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 361d3e9c1102914414b5e304de8f28605279059d..ab7eea2a80af49ea337066045eb81b579cc1624c 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| @@ -101,7 +101,8 @@ class TestingPlatformMockScheduler : public WebScheduler {
|
| void postNonNestableIdleTask(const WebTraceLocation&,
|
| WebThread::IdleTask*) override {}
|
| std::unique_ptr<WebViewScheduler> createWebViewScheduler(
|
| - InterventionReporter*) override {
|
| + InterventionReporter*,
|
| + WebSchedulerSettings*) override {
|
| return nullptr;
|
| }
|
| void suspendTimerQueue() override {}
|
|
|