| 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..5b62673b7eb23f15c8b83648432505199fdc4a1b 100644
|
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| @@ -118,12 +118,14 @@ private:
|
| void doUpdateFromElement(BypassMainWorldBehavior, UpdateFromElementBehavior, const KURL&, ReferrerPolicy = ReferrerPolicyDefault);
|
|
|
| virtual void dispatchLoadEvent() = 0;
|
| + virtual void dispatchLoadendEvent() {};
|
| virtual void noImageResourceToLoad() { }
|
|
|
| void updatedHasPendingEvent();
|
|
|
| void dispatchPendingLoadEvent();
|
| void dispatchPendingErrorEvent();
|
| + void dispatchPendingLoadendEvent();
|
|
|
| LayoutImageResource* layoutImageResource();
|
| void updateLayoutObject();
|
|
|