Index: third_party/WebKit/Source/core/layout/LayoutView.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
index 0fc2e4519123d7005a10b7863ab065341dc0b530..049640447983c0360c72adfea4309b6aedcde362 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
@@ -448,9 +448,6 @@ bool LayoutView::mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ance |
bool LayoutView::mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect& rect, MapCoordinatesFlags mode, VisualRectFlags visualRectFlags) const |
{ |
- // Convert the rect into the physical coordinates space of this LayoutView. |
- flipForWritingMode(rect); |
- |
if (mode & IsFixed) |
adjustOffsetForFixedPosition(rect); |