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 2da6fa692185b1a6696442529bdd2264261d570e..af5bb6c5b84beb62dd47833bc4357d8b7feb5f9a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h |
@@ -104,11 +104,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; |