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 05da9f52ff258034d2a171b764593ce50be1e535..410bb8ab4b25a1fa82860420f574a369f56d574a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -153,6 +153,8 @@ public: |
void removeFloatingObjects(); |
+ LayoutInline* inlineElementContinuation() const; |
+ |
void addChild(LayoutObject* newChild, LayoutObject* beforeChild = nullptr) override; |
void removeChild(LayoutObject*) override; |