| Index: third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| diff --git a/third_party/WebKit/Source/core/style/GridPositionsResolver.h b/third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| index b53f74669cc0e7bcc0539b2fe1c7cc3c39c9c94d..b33d862bbc4b54ace3cc0bc46552ce7e8f7ad565 100644
|
| --- a/third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| +++ b/third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| @@ -44,7 +44,8 @@ private:
|
|
|
| size_t m_insertionPoint;
|
| size_t m_lastLine;
|
| - size_t m_repetitions;
|
| + size_t m_autoRepeatTotalTracks;
|
| + size_t m_autoRepeatTrackListLength;
|
| };
|
|
|
| // This is a utility class with all the code related to grid items positions resolution.
|
|
|