| 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 3ffba59d7c3052712ff590646a13420d58334122..f79d682ddea09b8df86f34f6026742d09798a542 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| @@ -45,7 +45,6 @@ class SVGImageTest : public ::testing::Test {
|
| PauseControlImageObserver(bool shouldPause) : m_shouldPause(shouldPause) {}
|
|
|
| void decodedSizeChangedTo(const Image*, size_t newSize) override {}
|
| - void didDraw(const Image*) override {}
|
|
|
| bool shouldPauseAnimation(const Image*) override { return m_shouldPause; }
|
| void animationAdvanced(const Image*) override {}
|
|
|