| Index: third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h
|
| index 396d5395b454d8161525ea409f6cab79087f2fc4..30d957b6c29098c3894247d0db0176899b817e3a 100644
|
| --- a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h
|
| @@ -47,8 +47,9 @@ class TableLayoutAlgorithm {
|
| virtual void willChangeTableLayout() = 0;
|
|
|
| protected:
|
| - // FIXME: Once we enable SATURATED_LAYOUT_ARITHMETHIC, this should just be LayoutUnit::nearlyMax().
|
| - // Until then though, using nearlyMax causes overflow in some tests, so we just pick a large number.
|
| + // FIXME: Once we enable SATURATED_LAYOUT_ARITHMETHIC, this should just be
|
| + // LayoutUnit::nearlyMax(). Until then though, using nearlyMax causes
|
| + // overflow in some tests, so we just pick a large number.
|
| const static int tableMaxWidth = 1000000;
|
|
|
| LayoutTable* m_table;
|
|
|