| 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..f7fb42cb93ff394127d35c0848c86ce4dfbf2b4f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| @@ -123,6 +123,10 @@ 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 logical position in the
|
| + // containing coordinate space.
|
| + void flowThreadToContainingCoordinateSpace(LayoutUnit& blockPosition, LayoutUnit& inlinePosition) const;
|
| +
|
| virtual LayoutPoint flowThreadPointToVisualPoint(const LayoutPoint& flowThreadPoint) const = 0;
|
| virtual LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const = 0;
|
|
|
|
|