| Index: third_party/WebKit/Source/core/layout/LayoutTable.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| index bb904c8d89294e9bf52142ebe46807bf42994664..5cc61bedd607070de4d9eb057b5d1e26a1dffb0a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| @@ -480,7 +480,10 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
|
| void addOverflowFromChildren() override;
|
|
|
| void recalcSections() const;
|
| - void layoutCaption(LayoutTableCaption&);
|
| + void layoutCaption(LayoutTableCaption&, SubtreeLayoutScope&);
|
| + void layoutSection(LayoutTableSection&,
|
| + SubtreeLayoutScope&,
|
| + LayoutUnit logicalLeft);
|
|
|
| void distributeExtraLogicalHeight(int extraLogicalHeight);
|
|
|
|
|