| 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 a67b9e0acfe867d1ecc0c25bc2c7c04e6882bb95..62b94dbc0efbf9ae006ee20eeaf645ee66023307 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -123,7 +123,7 @@ public:
|
|
|
| // Find the column that contains the given block offset, and return the translation needed to
|
| // get from flow thread coordinates to visual coordinates.
|
| - LayoutSize flowThreadTranslationAtOffset(LayoutUnit) const;
|
| + LayoutSize flowThreadTranslationAtOffset(LayoutUnit, CoordinateSpaceConversion) const;
|
|
|
| LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const;
|
|
|
|
|