| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 7df69259740621fc3e23f4eb27af59c6e6845e49..f20efddb564ec76a85fe3d5d4e556258b42e5844 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1445,7 +1445,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| virtual int caretMaxOffset() const;
|
|
|
| // ImageResourceClient override.
|
| - void imageChanged(ImageResource*, const IntRect* = nullptr) final;
|
| + void imageChanged(ImageResourceContent*, const IntRect* = nullptr) final;
|
| bool willRenderImage() final;
|
| bool getImageAnimationPolicy(ImageAnimationPolicy&) final;
|
|
|
|
|