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 bc5b15b42161526deab638629d44185f93e9e156..2aecf10aab7cd9b2c6be133c083623dc3fb8c12b 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
@@ -67,7 +67,7 @@ public: |
void postIdleTask(const WebTraceLocation&, WebThread::IdleTask*) override { } |
void postNonNestableIdleTask(const WebTraceLocation&, WebThread::IdleTask*) override { } |
void postIdleTaskAfterWakeup(const WebTraceLocation&, WebThread::IdleTask*) override { } |
- std::unique_ptr<WebViewScheduler> createWebViewScheduler(blink::WebView*) override { return nullptr; } |
+ std::unique_ptr<WebViewScheduler> createWebViewScheduler(InterventionReporter*) override { return nullptr; } |
void suspendTimerQueue() override { } |
void resumeTimerQueue() override { } |
void addPendingNavigation(WebScheduler::NavigatingFrameType) override { } |