Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1000)

Unified Diff: third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h

Issue 2403553002: reflow comments in core/layout/[M-Z]*.{cpp,h} (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698