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 0421cc0cc4c7d63ce7384e69d29c73a21650e9ed..9e9be0fc25b313ccf82e8aa527228de436852c76 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
@@ -74,7 +74,6 @@ public: |
bool canExceedIdleDeadlineIfRequired() override { return false; } |
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(InterventionReporter*) override { return nullptr; } |
void suspendTimerQueue() override { } |
void resumeTimerQueue() override { } |