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

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

Issue 2613853002: Phase III Step 2: Call imageNotifyFinished() and image load event after SVG loading completes (Closed)
Patch Set: Rebase Created 3 years, 7 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 758b63f11e507e067b9d666dd1526afd5545b24b..de93b4ec11050ee86ed91b83d4a6a738415b0ba1 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
@@ -55,6 +55,8 @@ class SVGImageTest : public ::testing::Test {
void ChangedInRect(const Image*, const IntRect&) override {}
+ void LoadCompleted(const blink::Image*) override {}
+
DEFINE_INLINE_VIRTUAL_TRACE() { ImageObserver::Trace(visitor); }
private:

Powered by Google App Engine
This is Rietveld 408576698