| 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 f71ba49861bffea331c43cadc52bd15a0879e6ca..259f6485f2021b49d17f378805ebfee0369069b8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -488,9 +488,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);
|
|
|
|
|