| 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..0142f5404ec9a99c48de006d73a44776e369bdfd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| @@ -37,6 +37,9 @@ public:
|
| ~HTMLImageLoader() override;
|
|
|
| void dispatchLoadEvent() override;
|
| + void dispatchLoadendEvent() override;
|
| +
|
| + static void dispatchPendingLoadendEvents();
|
|
|
| void imageNotifyFinished(ImageResource*) override;
|
| String debugName() const override { return "HTMLImageLoader"; }
|
|
|