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

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

Issue 1807653002: [css-flexbox] Correctly handle percentage sizing in the main axis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unnecessary brackets Created 4 years, 9 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/LayoutFlexibleBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
index 5057496d7fb53726c68ecc7660e318670a2fcbe2..84b00869e4bbce763a4407b5189ba345181d4ba4 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -65,6 +65,7 @@ public:
LayoutUnit computeDefiniteLogicalHeight();
LayoutUnit crossSizeForPercentageResolution(const LayoutBox& child);
+ LayoutUnit mainSizeForPercentageResolution(const LayoutBox& child);
LayoutUnit childLogicalHeightForPercentageResolution(const LayoutBox& child);
LayoutUnit childLogicalWidthForPercentageResolution(const LayoutBox& child);

Powered by Google App Engine
This is Rietveld 408576698