| Index: third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp b/third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp
|
| index b17a699bbb0edf5c6103119e474e3621949084fb..f555809d9774befc57431adef10b6ac20b187045 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp
|
| @@ -56,6 +56,7 @@ namespace {
|
| class MockTaskRunner : public blink::WebTaskRunner {
|
| void postTask(const WebTraceLocation&, Task*) override { }
|
| void postDelayedTask(const WebTraceLocation&, Task*, double) override { }
|
| + bool runsTasksOnCurrentThread() override { return true; }
|
| WebTaskRunner* clone() override { return nullptr; }
|
| double virtualTimeSeconds() const override { return 0.0; }
|
| double monotonicallyIncreasingVirtualTimeSeconds() const override { return 0.0; }
|
|
|