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

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

Issue 1295933003: Add overflow:auto scrollbars to child flex basis. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add all tests, even failing ones 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
Index: Source/core/layout/LayoutFlexibleBox.h
diff --git a/Source/core/layout/LayoutFlexibleBox.h b/Source/core/layout/LayoutFlexibleBox.h
index 83588e2c679339432f8604addef1bca743a58634..fd79a815137cfa0700a24fb1040520d2e1d11545 100644
--- a/Source/core/layout/LayoutFlexibleBox.h
+++ b/Source/core/layout/LayoutFlexibleBox.h
@@ -133,6 +133,7 @@ private:
bool childFlexBaseSizeRequiresLayout(LayoutBox& child) const;
bool needToStretchChildLogicalHeight(LayoutBox& child) const;
EOverflow mainAxisOverflowForChild(LayoutBox& child) const;
+ EOverflow crossAxisOverflowForChild(LayoutBox& child) const;
void layoutFlexItems(bool relayoutChildren, SubtreeLayoutScope&);
LayoutUnit autoMarginOffsetInMainAxis(const OrderedFlexItemList&, LayoutUnit& availableFreeSpace);

Powered by Google App Engine
This is Rietveld 408576698