Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
index 528f9e3e4f33eaace6bf030d62239db4ede5bb3d..51300ee53b74262fcd5b514a74b151ffa123bcf3 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
@@ -107,6 +107,12 @@ public: |
return 0.0; |
} |
+ base::SingleThreadTaskRunner* taskRunner() override |
+ { |
+ NOTREACHED(); |
+ return nullptr; |
+ } |
+ |
private: |
Deque<std::unique_ptr<WebTaskRunner::Task>>* m_tasks; // NOT OWNED |
}; |