| 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 fffa6e6d7ce427311ed5616d44a5019c0504319c..6cc32908adbce33d5d945d42143ba906e1a2fa39 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 {}
|
|
|
|
|