| 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 5ac085d4687d07475824ad8d4274589ee7617c40..03f25bf99d263211c094bdca51b5ccbc55739c6d 100644
|
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| @@ -115,7 +115,7 @@ private:
|
| class Task;
|
|
|
| // Called from the task or from updateFromElement to initiate the load.
|
| - void doUpdateFromElement(BypassMainWorldBehavior, UpdateFromElementBehavior, ReferrerPolicy = ReferrerPolicyDefault);
|
| + void doUpdateFromElement(BypassMainWorldBehavior, UpdateFromElementBehavior, const KURL&, ReferrerPolicy = ReferrerPolicyDefault);
|
|
|
| virtual void dispatchLoadEvent() = 0;
|
| virtual void noImageResourceToLoad() { }
|
|
|