| Index: third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h b/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
|
| index 443f8d25b300225c11480e2caedb5154a9c7dc91..8a79b0fe662e75e7bdee1278aabe6b0e233ae88f 100644
|
| --- a/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
|
| @@ -252,6 +252,8 @@ class GridTrackSizingAlgorithmStrategy {
|
|
|
| LayoutUnit logicalHeightForChild(LayoutBox&) const;
|
|
|
| + void setGridItemNeedsLayout(LayoutBox&) const;
|
| +
|
| bool updateOverrideContainingBlockContentSizeForChild(
|
| LayoutBox&,
|
| GridTrackSizingDirection) const;
|
|
|