Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
index fa794bcb1027b6f451919958ce82ea0efd693570..598d76694082d568e92364e524fc25984cb8f25b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
@@ -263,6 +263,8 @@ private: |
void updateLogicalWidth() override; |
void contentWasLaidOut(LayoutUnit logicalBottomInFlowThreadAfterPagination) override; |
bool canSkipLayout(const LayoutBox&) const override; |
+ MultiColumnLayoutState multiColumnLayoutState() const override; |
+ void restoreMultiColumnLayoutState(const MultiColumnLayoutState&) override; |
// The last set we worked on. It's not to be used as the "current set". The concept of a |
// "current set" is difficult, since layout may jump back and forth in the tree, due to wrong |