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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.h

Issue 2897533002: Make ImageObserver::AsyncLoadCompleted() called asynchronously (Closed)
Patch Set: comment fix 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/SVGImage.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
index 424c2689bdf0c13cf6397e93da378e04e6235383..7dd393909d66684a916ce5575258ea110f015d0d 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
@@ -185,6 +185,7 @@ class CORE_EXPORT SVGImage final : public Image {
Page* GetPageForTesting() { return page_; }
void LoadCompleted();
+ void NotifyAsyncLoadCompleted();
class SVGImageLocalFrameClient;

Powered by Google App Engine
This is Rietveld 408576698