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

Unified Diff: third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h

Issue 2613853002: Phase III Step 2: Call imageNotifyFinished() and image load event after SVG loading completes (Closed)
Patch Set: Rebase Created 3 years, 9 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/loader/resource/ImageResourceContent.h
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
index e08180023cd7609a974a39f77b29a886c6ef2236..3d94200d99867181ca4d56e2d9c62e15ef9b1a03 100644
--- a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
@@ -172,6 +172,7 @@ class CORE_EXPORT ImageResourceContent final
bool shouldPauseAnimation(const blink::Image*) override;
void animationAdvanced(const blink::Image*) override;
void changedInRect(const blink::Image*, const IntRect&) override;
+ void loadCompleted(const blink::Image*) override;
PassRefPtr<Image> createImage();
void clearImage();

Powered by Google App Engine
This is Rietveld 408576698