| Index: third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.h b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| index 783e5d2da3f467fbe9450642cdd51f70308413cb..eb31e109a84e394a52cf3c1126e70117ad67fd84 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| @@ -102,7 +102,7 @@ protected:
|
| // CSS properties like 'zoom' or 'image-orientation'.
|
| virtual void intrinsicSizeChanged();
|
|
|
| - virtual LayoutBox* embeddedContentBox() const { return nullptr; }
|
| + virtual LayoutReplaced* embeddedReplacedContent() const { return nullptr; }
|
|
|
| PositionWithAffinity positionForPoint(const LayoutPoint&) override;
|
|
|
|
|