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..7ce88622375fafa24705c14208fef0b21d6dcdac 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
@@ -148,7 +148,8 @@ private: |
GridTrackSize gridTrackSize(GridTrackSizingDirection, size_t) const; |
- LayoutUnit logicalHeightForChild(LayoutBox&, GridSizingData&); |
+ bool updateOverrideContainingBlockContentLogicalWidthForChild(LayoutBox&, GridSizingData&); |
jfernandez
2016/04/01 13:40:31
Shouldn't we use const for the GridSizingData argu
|
+ LayoutUnit logicalHeightForChild(LayoutBox&, GridSizingData&, bool overrideWidthHasChanged); |
LayoutUnit minSizeForChild(LayoutBox&, GridTrackSizingDirection, GridSizingData&); |
LayoutUnit minContentForChild(LayoutBox&, GridTrackSizingDirection, GridSizingData&); |
LayoutUnit maxContentForChild(LayoutBox&, GridTrackSizingDirection, GridSizingData&); |