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

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

Issue 2047743002: [css-flexbox] logical widths are always definite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 e99e0a6d0f1b09f076d442ac395b7d733d3be57c..faf398c52e4e3394d82c5db71d7da487920d5311 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -62,14 +62,9 @@ public:
const OrderIterator& orderIterator() const { return m_orderIterator; }
- // Returns -1 if the height of this flexbox is indefinite
- LayoutUnit computeDefiniteLogicalWidth();
- LayoutUnit computeDefiniteLogicalHeight();
-
LayoutUnit crossSizeForPercentageResolution(const LayoutBox& child);
LayoutUnit mainSizeForPercentageResolution(const LayoutBox& child);
LayoutUnit childLogicalHeightForPercentageResolution(const LayoutBox& child);
- LayoutUnit childLogicalWidthForPercentageResolution(const LayoutBox& child);
void clearCachedMainSizeForChild(const LayoutBox& child);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698