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

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

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/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 a79d219267fab6b08d05940da11882525f301345..8a94c1a92900b5847e21ce560b2defb353196f09 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageObserver.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageObserver.h
@@ -48,6 +48,9 @@ class PLATFORM_EXPORT ImageObserver : public GarbageCollectedMixin {
virtual void ChangedInRect(const Image*, const IntRect&) = 0;
+ // See the comment of Image::setData().
+ virtual void LoadCompleted(const Image*) = 0;
fs 2017/05/05 10:52:42 Since this has a strong tie to the "...LoadingAsyn
hiroshige 2017/05/08 17:22:07 Done.
+
DEFINE_INLINE_VIRTUAL_TRACE() {}
};

Powered by Google App Engine
This is Rietveld 408576698