| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index 5b21ff2fde9c0037ea729beda72c35ac9b3eb8a8..e512ec112d04b281a33b4646962be1c5e6262132 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -227,7 +227,8 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
| void setOverrideLogicalContentHeightFromRowHeight(LayoutUnit);
|
|
|
| void scrollbarsChanged(bool horizontalScrollbarChanged,
|
| - bool verticalScrollbarChanged) override;
|
| + bool verticalScrollbarChanged,
|
| + ScrollbarChangeContext = Layout) override;
|
|
|
| bool cellWidthChanged() const { return m_cellWidthChanged; }
|
| void setCellWidthChanged(bool b = true) { m_cellWidthChanged = b; }
|
|
|