Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
index 2749700e2ddcb5f5d94b196aa9711cdf2adb97ee..e306906919abde8355836326350e101381393d89 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
@@ -37,6 +37,7 @@ public: |
const char* name() const override { return "LayoutMultiColumnSpannerPlaceholder"; } |
protected: |
+ void insertedIntoTree() override; |
void willBeRemovedFromTree() override; |
bool needsPreferredWidthsRecalculation() const override; |
LayoutUnit minPreferredLogicalWidth() const override; |