| Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| index 19a52b062223f24fe54f02fd61027ac892e36de7..e8ae99efc4547be2ddde20e6051e0f39c03097ff 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| @@ -123,6 +123,9 @@ public:
|
| // rectangles are completely physical in terms of writing mode.
|
| LayoutRect fragmentsBoundingBox(const LayoutRect& layerBoundingBox) const;
|
|
|
| + // Convert a logical position in the flow thread coordinate space to a visual logical position.
|
| + void flowThreadToVisualLogicalPosition(LayoutUnit& blockPosition, LayoutUnit& inlinePosition);
|
| +
|
| virtual LayoutPoint flowThreadPointToVisualPoint(const LayoutPoint& flowThreadPoint) const = 0;
|
| virtual LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const = 0;
|
|
|
|
|