Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(897)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp

Issue 2839183002: Refactor scroll updates after layout. (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
}

Powered by Google App Engine
This is Rietveld 408576698