Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
index 24369746f45e0adcb3118398db3aec5bbf13b7eb..2a08f240c44a25f48c9e133b7b96911efd9f763e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
@@ -101,6 +101,9 @@ public: |
MultiColumnFragmentainerGroup& appendNewFragmentainerGroup(); |
+ // Logical top relative to the content edge of the multicol container. |
+ LayoutUnit logicalTopFromMulticolContentEdge() const; |
+ |
LayoutUnit logicalTopInFlowThread() const; |
LayoutUnit logicalBottomInFlowThread() const; |
LayoutUnit logicalHeightInFlowThread() const { return logicalBottomInFlowThread() - logicalTopInFlowThread(); } |