Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
index 94d4263d1d2d338a29a17a9e2ea44cd9f0a5dbd5..0887af95f93c198d241207b59725f2c677578b2f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
@@ -1093,7 +1093,7 @@ void LayoutTableSection::layoutRows() { |
LayoutTableRow* rowLayoutObject = m_grid[r].rowLayoutObject; |
int paginationStrutOnRow = 0; |
if (rowLayoutObject) { |
- rowLayoutObject->setLocation(LayoutPoint(0, m_rowPos[r])); |
+ rowLayoutObject->setLogicalLocation(LayoutPoint(0, m_rowPos[r])); |
rowLayoutObject->setLogicalWidth(logicalWidth()); |
rowLayoutObject->setLogicalHeight( |
LayoutUnit(m_rowPos[r + 1] - m_rowPos[r] - vspacing)); |