| Index: third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageLoader.h b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| index 32ac3b4526e22faf1c8d4f5ce6b72291390090a9..2e2484c5f56bbc053358b54d7e0df5fcf12f54e7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| @@ -37,6 +37,10 @@ public:
|
| ~HTMLImageLoader() override;
|
|
|
| void dispatchLoadEvent() override;
|
| + void dispatchLoadendEvent() override;
|
| + void dispatchLoadendEventSoon() override;
|
| +
|
| + static void dispatchPendingLoadendEvents();
|
|
|
| void imageNotifyFinished(ImageResource*) override;
|
| String debugName() const override { return "HTMLImageLoader"; }
|
|
|