| Index: third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h
|
| diff --git a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h
|
| index e59fb54ab66994c94b4bc55963019f967d71bd3d..512ab0f7b8a026967edeca7f80dab53d7a4b8998 100644
|
| --- a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h
|
| +++ b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.h
|
| @@ -34,6 +34,7 @@ public:
|
| TableLayoutAlgorithmFixed(LayoutTable*);
|
|
|
| void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) override;
|
| + LayoutUnit scaledWidthFromPercentColumns() override;
|
| void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const override;
|
| void layout() override;
|
| void willChangeTableLayout() override;
|
|
|