| Index: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| index 4bb028e89aac455e66db20265eaa7800c8246296..7f7565f9fa1fd73696e460b05aa4c295b46c6aea 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| @@ -57,7 +57,6 @@ class BitmapImageTest : public ::testing::Test {
|
| safeCast<int>(newSize) - safeCast<int>(m_lastDecodedSize);
|
| m_lastDecodedSize = newSize;
|
| }
|
| - void didDraw(const Image*) override {}
|
| bool shouldPauseAnimation(const Image*) override { return false; }
|
| void animationAdvanced(const Image*) override {}
|
|
|
|
|