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 436ba5bd5ccb7bb9b814c38ef7e0b552704dd154..2a3e34ad32e848905328eb630ea68917d4af4a93 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
@@ -1167,7 +1167,7 @@ void LayoutTableSection::LayoutRows() { |
row_logical_height -= next_row_object->PaginationStrut(); |
} |
row_layout_object->SetLogicalHeight(row_logical_height); |
- row_layout_object->UpdateLayerTransformAfterLayout(); |
+ row_layout_object->UpdateAfterLayout(); |
} |
} |