| 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 1f42815aa7b3bca21ac7bc365202cb84c7242579..31c3367b21b5427fccd1c0ed517525cda9d18a08 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();
|
| }
|
| }
|
|
|
|
|