| 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 a52f630f527cbe30330d866bb3b87fc76394b830..edcca67499fbdcd53cb8e49cce215bb1ab8f51e1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1457,7 +1457,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;
|
|
|
|
|