| Index: third_party/WebKit/Source/core/loader/ImageLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ImageLoader.h b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| index 4898446af2cdcee88aef2c42cc7d63b547deb88d..2110577adf680924ebc98ea7661968e160cad8b1 100644
|
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| @@ -118,12 +118,15 @@ private:
|
| void doUpdateFromElement(BypassMainWorldBehavior, UpdateFromElementBehavior, const KURL&, ReferrerPolicy = ReferrerPolicyDefault);
|
|
|
| virtual void dispatchLoadEvent() = 0;
|
| + virtual void dispatchLoadendEvent() {};
|
| + virtual void dispatchLoadendEventSoon() {};
|
| virtual void noImageResourceToLoad() { }
|
|
|
| void updatedHasPendingEvent();
|
|
|
| void dispatchPendingLoadEvent();
|
| void dispatchPendingErrorEvent();
|
| + void dispatchPendingLoadendEvent();
|
|
|
| LayoutImageResource* layoutImageResource();
|
| void updateLayoutObject();
|
|
|