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

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

Issue 1921973005: [css tables] Don't pass table width increase due to % columns to parents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move variables around Created 4 years, 8 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 ffc5cf4de6368dde22d52a48ff5d9f69d26f443f..50f7bbdc9364c1daaceb2c31543a3e5fe308916b 100644
--- a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h
+++ b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h
@@ -43,6 +43,7 @@ public:
virtual void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const = 0;
virtual void layout() = 0;
virtual void willChangeTableLayout() = 0;
+ virtual LayoutUnit scaledWidthFromPercentColumns() = 0;
mstensho (USE GERRIT) 2016/04/27 12:19:48 I don't think it's strictly necessary to make this
dgrogan 2016/04/27 20:24:05 Good call.
protected:
// FIXME: Once we enable SATURATED_LAYOUT_ARITHMETHIC, this should just be LayoutUnit::nearlyMax().

Powered by Google App Engine
This is Rietveld 408576698