| 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 34b5414d604dc05e004ba0ce788b2953dcb238e3..78aa2e76e04a3f0b5140b4f5a946713e44b3ee03 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -255,8 +255,6 @@ class LayoutGrid final : public LayoutBlock {
|
| LayoutUnit ascent,
|
| GridAxis) const;
|
|
|
| - bool BaselineMayAffectIntrinsicWidth() const;
|
| - bool BaselineMayAffectIntrinsicHeight() const;
|
| void ComputeBaselineAlignmentContext();
|
| void UpdateBaselineAlignmentContextIfNeeded(LayoutBox&, GridAxis);
|
|
|
|
|