Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: third_party/WebKit/Source/core/style/GridPositionsResolver.h

Issue 2161003003: [css-grid] repeat() syntax should take a <track-list> argument (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698