| 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;
|
|
|
|
|