| 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 0143afb52279f4c159eac5d605f9f10f9d3ebe18..cb995320f533f512306a776e29c7f42143f07cfa 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| @@ -101,11 +101,11 @@ protected:
|
|
|
| virtual LayoutBox* embeddedContentBox() const { return nullptr; }
|
|
|
| + PositionWithAffinity positionForPoint(const LayoutPoint&) override;
|
| +
|
| private:
|
| void computePreferredLogicalWidths() final;
|
|
|
| - PositionWithAffinity positionForPoint(const LayoutPoint&) final;
|
| -
|
| bool canBeSelectionLeaf() const override { return true; }
|
|
|
| LayoutRect selectionRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer) const final;
|
|
|