Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h

Issue 1962623002: Relayout an object that becomes a spanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;

Powered by Google App Engine