Index: third_party/WebKit/Source/platform/graphics/ImageObserver.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageObserver.h b/third_party/WebKit/Source/platform/graphics/ImageObserver.h |
index eddb5828ecc5568e069c6c72a1b04c517712fbb8..d6b0daa597777f981cc78ce3c77951f88f21b36b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageObserver.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageObserver.h |
@@ -42,7 +42,6 @@ class PLATFORM_EXPORT ImageObserver : public GarbageCollectedMixin { |
public: |
virtual void decodedSizeChangedTo(const Image*, size_t newSize) = 0; |
- virtual void didDraw(const Image*) = 0; |
virtual bool shouldPauseAnimation(const Image*) = 0; |
virtual void animationAdvanced(const Image*) = 0; |