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

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

Issue 1854623002: [css-grid] Use the margin box for non auto minimum sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing 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/LayoutGrid.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
index 742eaa859376472872daaa4def93e7e7fc7176e8..b9d3209c63158ce822ff4335521040e4323cb20b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
@@ -148,6 +148,7 @@ private:
GridTrackSize gridTrackSize(GridTrackSizingDirection, size_t) const;
+ bool updateOverrideContainingBlockContentLogicalWidthForChild(LayoutBox&, GridSizingData&);
LayoutUnit logicalHeightForChild(LayoutBox&, GridSizingData&);
LayoutUnit minSizeForChild(LayoutBox&, GridTrackSizingDirection, GridSizingData&);
LayoutUnit minContentForChild(LayoutBox&, GridTrackSizingDirection, GridSizingData&);
@@ -169,7 +170,7 @@ private:
void paintChildren(const PaintInfo&, const LayoutPoint&) const override;
LayoutUnit marginLogicalHeightForChild(const LayoutBox&) const;
- LayoutUnit computeMarginLogicalHeightForChild(const LayoutBox&) const;
+ LayoutUnit computeMarginLogicalSizeForChild(MarginDirection, const LayoutBox&) const;
LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit gridAreaBreadthForChild, const LayoutBox&) const;
void applyStretchAlignmentToChildIfNeeded(LayoutBox&);
bool hasAutoMarginsInColumnAxis(const LayoutBox&) const;

Powered by Google App Engine
This is Rietveld 408576698