| 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 31ca3f3fd641b820e652d55d15e392fa56552d54..4b1a3d075c54f1408505f36a34acea198f18f5ec 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| @@ -37,7 +37,7 @@ class CORE_EXPORT HTMLImageLoader final : public ImageLoader {
|
|
|
| void dispatchLoadEvent() override;
|
|
|
| - void imageNotifyFinished(ImageResource*) override;
|
| + void imageNotifyFinished(ImageResourceContent*) override;
|
| String debugName() const override { return "HTMLImageLoader"; }
|
|
|
| private:
|
|
|