| 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 a4478815abe948d75580625ce3ecdb516921fe5a..5c0b9f709abc48d4a51a338860def83cb4f00e89 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -296,9 +296,8 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
|
| // columnPos vectors.
|
| LayoutRect logicalRectForWritingModeAndDirection(const LayoutRect&) const;
|
|
|
| - CellSpan dirtiedRows(const LayoutRect& paintInvalidationRect) const;
|
| - CellSpan dirtiedEffectiveColumns(
|
| - const LayoutRect& paintInvalidationRect) const;
|
| + CellSpan dirtiedRows(const LayoutRect& visualRect) const;
|
| + CellSpan dirtiedEffectiveColumns(const LayoutRect& visualRect) const;
|
| const HashSet<LayoutTableCell*>& overflowingCells() const {
|
| return m_overflowingCells;
|
| }
|
|
|