| 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 1482aced8be9939bfa579efad43c72dacb9d4b96..467bf0a4bba259a9c091936a4b7708924da44523 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1446,7 +1446,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;
|
|
|
|
|