| 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 fc25e9224ebcbd21e48f64d5b3898ab285a7077c..ad6e4b56ab9f40918b6fd9ae3de208d90c711573 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -115,8 +115,8 @@ public:
|
| void layoutRows();
|
| void computeOverflowFromCells();
|
| bool recalcChildOverflowAfterStyleChange();
|
| - enum WhatToMarkAllCells { MarkDirtyOnly, MarkDirtyAndNeedsLayout };
|
| - void markAllCellsWidthsDirtyAndOrNeedsLayout(WhatToMarkAllCells);
|
| +
|
| + void markAllCellsWidthsDirtyAndOrNeedsLayout(LayoutTable::WhatToMarkAllCells);
|
|
|
| LayoutTable* table() const { return toLayoutTable(parent()); }
|
|
|
|
|