Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageObserver.h

Issue 2447623002: Remove ImageObserver::didDraw() (Closed)
Patch Set: Rebawse Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698