| 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..9295c15265bc75997ebd8c7b8caea7f875e108c7 100644
|
| --- a/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
|
| @@ -104,6 +104,9 @@ class GridTrackSizingAlgorithm final {
|
|
|
| #if DCHECK_IS_ON()
|
| bool tracksAreWiderThanMinTrackBreadth() const;
|
| + bool isTrackSizingOperation() const {
|
| + return m_sizingOperation == TrackSizing;
|
| + };
|
| #endif
|
|
|
| private:
|
|
|