| 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 8a79b0fe662e75e7bdee1278aabe6b0e233ae88f..a868405d0a2e86d0722c67b7c901c3e1dde5419f 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:
|
|
|