| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| index 465a93207d64c87de9bfa0e33af1e1e0febc9c83..a173e77092d31ae512dea3e257d205fcc4235cbf 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| @@ -43,6 +43,7 @@ private:
|
| std::unique_ptr<WebTaskRunner> clone() override { return nullptr; }
|
| double virtualTimeSeconds() const override { return 0.0; }
|
| double monotonicallyIncreasingVirtualTimeSeconds() const override { return m_time; }
|
| + SingleThreadTaskRunner* taskRunner() override { return nullptr; }
|
|
|
| double m_time;
|
| Task* m_currentTask;
|
|
|