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