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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp

Issue 2447623002: Remove ImageObserver::didDraw() (Closed)
Patch Set: Created 4 years, 2 months 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/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 {}

Powered by Google App Engine
This is Rietveld 408576698