| 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 9ac7b526814cb3265ac96b8b050a33221939d986..320466631c5e74ceea78dfc70bebcb11be0460c2 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 {}
|
|
|