| Index: third_party/WebKit/Source/core/layout/LayoutImage.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImage.h b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| index 3727a10807f521928513369f4a725e58efe0d449..b162c7e7b8388a73270eb2040ae74c55a910a14a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImage.h
|
| @@ -80,7 +80,7 @@ public:
|
|
|
| protected:
|
| bool needsPreferredWidthsRecalculation() const final;
|
| - LayoutBox* embeddedContentBox() const final;
|
| + LayoutReplaced* embeddedReplacedContent() const final;
|
| void computeIntrinsicSizingInfo(IntrinsicSizingInfo&) const final;
|
|
|
| void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|