Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 4f26518434299aa68276b15bd47d58db8dced2ba..bcdaada2168012d571a1e210d1fa15ffd6ecd673 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -289,6 +289,8 @@ public: |
void simplifiedNormalFlowInlineLayout(); |
bool recalcInlineChildrenOverflowAfterStyleChange(); |
+ PositionWithAffinity positionForPoint(const LayoutPoint&) override; |
+ |
#ifndef NDEBUG |
void showLineTreeAndMark(const InlineBox* = nullptr, const char* = nullptr, const InlineBox* = nullptr, const char* = nullptr, const LayoutObject* = nullptr) const; |
#endif |