Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
index a95a49a71e3c7f9e27b2f32555e037cdbed665fd..a27ce472645453c5f4b71b62f55da6e1cffa4d20 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp |
@@ -102,9 +102,7 @@ bool LayoutFlowThread::mapToVisualRectInAncestorSpace(const LayoutBoxModelObject |
// |rect| is a layout rectangle, where the block direction coordinate is flipped for writing |
// mode. fragmentsBoundingBox(), on the other hand, works on physical rectangles, so we need to |
// flip the rectangle before and after calling it. |
- flipForWritingMode(rect); |
rect = fragmentsBoundingBox(rect); |
- flipForWritingMode(rect); |
return LayoutBlockFlow::mapToVisualRectInAncestorSpace(ancestor, rect, visualRectFlags); |
} |