Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
index d21c92d9d816e34825343fd8774b4251f2f6c078..590c8498690b30fafd07e17796589f4f58e14e2a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
@@ -1632,7 +1632,7 @@ void LayoutGrid::offsetAndBreadthForPositionedChild(const LayoutBox& child, Grid |
if (endIsAuto) { |
offset = LayoutUnit(); |
} else { |
- offset = translateRTLCoordinate(m_columnPositions[endLine]) - borderLeft(); |
+ offset = translateRTLCoordinate(m_columnPositions[endLine]) - borderLogicalLeft(); |
if (endLine > firstExplicitLine && endLine < lastExplicitLine) { |
offset += guttersSize(direction, 2); |