| 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 bacdc4e7363564750291bc16ddb78bbf0890ccce..445c11de3356cfaa46b31d290a4b01710cfe2b58 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| @@ -170,6 +170,8 @@ public:
|
|
|
| bool isPageLogicalHeightKnown() const final;
|
|
|
| + LayoutSize offsetFromContainer(const LayoutObject*, const LayoutPoint&, bool* offsetDependsOnPoint = nullptr) const final;
|
| +
|
| LayoutSize flowThreadTranslationAtOffset(LayoutUnit) const;
|
|
|
| LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const override;
|
|
|