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

Unified Diff: third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.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/TableLayoutAlgorithmAuto.h
diff --git a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.h b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.h
index 32cd96af53ac88dc1f7a404a34243ee59367f726..d3cc7b602df1e16d75d873885e8159a964bb73e3 100644
--- a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.h
+++ b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithmAuto.h
@@ -54,6 +54,7 @@ public:
~TableLayoutAlgorithmAuto() override;
void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) override;
+ LayoutUnit scaledWidthFromPercentColumns() override;
void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const override;
void layout() override;
void willChangeTableLayout() override { }

Powered by Google App Engine
This is Rietveld 408576698