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

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

Issue 1268253002: Rename mainAxisIsIndefinite to mainAxisIsDefinite for easier readability (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/core/layout/LayoutFlexibleBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutFlexibleBox.h
diff --git a/Source/core/layout/LayoutFlexibleBox.h b/Source/core/layout/LayoutFlexibleBox.h
index 163836c1c762afc69afa10ed2b81d211cbee02cc..83588e2c679339432f8604addef1bca743a58634 100644
--- a/Source/core/layout/LayoutFlexibleBox.h
+++ b/Source/core/layout/LayoutFlexibleBox.h
@@ -129,7 +129,7 @@ private:
ItemPosition alignmentForChild(LayoutBox& child) const;
LayoutUnit mainAxisBorderAndPaddingExtentForChild(LayoutBox& child) const;
LayoutUnit computeInnerFlexBaseSizeForChild(LayoutBox& child, ChildLayoutType = LayoutIfNeeded);
- bool mainAxisLengthIsIndefinite(LayoutBox& child, const Length& flexBasis) const;
+ bool mainAxisLengthIsDefinite(LayoutBox& child, const Length& flexBasis) const;
bool childFlexBaseSizeRequiresLayout(LayoutBox& child) const;
bool needToStretchChildLogicalHeight(LayoutBox& child) const;
EOverflow mainAxisOverflowForChild(LayoutBox& child) const;
« no previous file with comments | « no previous file | Source/core/layout/LayoutFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698