| Index: third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| index 4324de7fc7593a7f949ef9ba0ee61491778b5f96..15b8e27b665259418f13fbb3ddd52c5f0c3f8e2f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| @@ -132,6 +132,7 @@ private:
|
| m_currentTask = task;
|
|
|
| }
|
| + bool runsTasksOnCurrentThread() override { return true; }
|
| WebTaskRunner* clone() override { return nullptr; }
|
| double virtualTimeSeconds() const override { return 0.0; }
|
| double monotonicallyIncreasingVirtualTimeSeconds() const override { return m_time; }
|
|
|