| 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 a04b97cbc7001c52ece7d3b24e96cc8346abdb4f..1120d29db7ad5d6fd91ede5ff683c2d89f81d05f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -301,6 +301,14 @@ class LayoutGrid final : public LayoutBlock {
|
| void updateAutoMarginsInColumnAxisIfNeeded(LayoutBox&);
|
| void updateAutoMarginsInRowAxisIfNeeded(LayoutBox&);
|
|
|
| + int baselinePosition(
|
| + FontBaseline,
|
| + bool firstLine,
|
| + LineDirectionMode,
|
| + LinePositionMode = PositionOnContainingLine) const override;
|
| + int firstLineBoxBaseline() const override;
|
| + int inlineBlockBaseline(LineDirectionMode) const override;
|
| +
|
| #if ENABLE(ASSERT)
|
| bool tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection,
|
| GridSizingData&) const;
|
|
|