Index: third_party/WebKit/Source/core/layout/LayoutTableRow.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp b/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp |
index 8215fdb98b428b7a0c9a06eb3ac3b8197e22035c..ddda723a9ed5417d09e509904b4ed51c2ebcdf29 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp |
@@ -195,6 +195,7 @@ void LayoutTableRow::layout() { |
for (LayoutTableCell* cell = firstCell(); cell; cell = cell->nextCell()) { |
SubtreeLayoutScope layouter(*cell); |
+ cell->setLogicalTop(logicalTop()); |
if (!cell->needsLayout()) |
markChildForPaginationRelayoutIfNeeded(*cell, layouter); |
if (cell->needsLayout()) |