| Index: Source/core/rendering/InlineBox.cpp
|
| diff --git a/Source/core/rendering/InlineBox.cpp b/Source/core/rendering/InlineBox.cpp
|
| index 05ef4904bbff1806637c720f74cfa6d33f557b18..2bc0ba84ceb49dd432c37f98022724a4ac14e4c2 100644
|
| --- a/Source/core/rendering/InlineBox.cpp
|
| +++ b/Source/core/rendering/InlineBox.cpp
|
| @@ -317,13 +317,6 @@ FloatPoint InlineBox::locationIncludingFlipping()
|
| return FloatPoint(block.width() - width() - x(), y());
|
| }
|
|
|
| -void InlineBox::flipForWritingMode(FloatRect& rect)
|
| -{
|
| - if (!renderer().style()->isFlippedBlocksWritingMode())
|
| - return;
|
| - root().block().flipForWritingMode(rect);
|
| -}
|
| -
|
| FloatPoint InlineBox::flipForWritingMode(const FloatPoint& point)
|
| {
|
| if (!renderer().style()->isFlippedBlocksWritingMode())
|
|
|