| 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 4e1c0378a975f62d073872a817b7331b429b8624..71cfb62dcbec65c070a69baaeca41a2a8d9423ac 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1458,7 +1458,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;
|
|
|
|
|