Index: third_party/WebKit/Source/core/layout/LayoutTableSection.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
index 02542444ae378a1eafd6a62d046f54749ce9c4ed..bf276c708b87020816f1e2911120ae70b0e20ad0 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
@@ -322,9 +322,9 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent { |
int paginationStrutForRow(LayoutTableRow*, LayoutUnit logicalOffset) const; |
- bool mapToVisualRectInAncestorSpace( |
+ bool mapToVisualRectInAncestorSpaceInternal( |
const LayoutBoxModelObject* ancestor, |
- LayoutRect&, |
+ TransformState&, |
VisualRectFlags = DefaultVisualRectFlags) const override; |
bool isRepeatingHeaderGroup() const; |