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 e48ff3a21dc06df2c38d7c1a8e3078987eb9c812..cf61ea775f7bfabb95244c322c02694ea15871cd 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; |