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

Unified Diff: third_party/WebKit/Source/core/layout/TableLayoutAlgorithmFixed.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/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;

Powered by Google App Engine
This is Rietveld 408576698