| 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 bd0ba94ac49d929f860c99b9eaa2e8d88e60a75e..8e0c41084648e652c2f60e94123d301bbdccaca0 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;
|
|
|
|
|