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 aeec490f302ef94b17302813468326e88fe957bd..577ae6c3414ca6e7109790906ad009e18184e55a 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
@@ -41,6 +41,7 @@ private: |
WebTaskRunner* clone() override { return nullptr; } |
double virtualTimeSeconds() const override { return 0.0; } |
double monotonicallyIncreasingVirtualTimeSeconds() const override { return m_time; } |
+ scoped_refptr<base::SingleThreadTaskRunner> taskRunner() override { return nullptr; } |
double m_time; |
Task* m_currentTask; |