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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 2166393002: [css-grid] grid-auto-flow|row should take a <track-size>+ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing v2 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/css/resolver/StyleBuilderConverter.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
index d10c16ca7201150cd46329e7d095f983b1f07ebe..22589511886cab4002770e12533897a9a352ed72 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -77,6 +77,7 @@ public:
static GridAutoFlow convertGridAutoFlow(StyleResolverState&, const CSSValue&);
static GridPosition convertGridPosition(StyleResolverState&, const CSSValue&);
static GridTrackSize convertGridTrackSize(StyleResolverState&, const CSSValue&);
+ static Vector<GridTrackSize> convertGridTrackSizeList(StyleResolverState&, const CSSValue&);
template <typename T> static T convertLineWidth(StyleResolverState&, const CSSValue&);
static Length convertLength(const StyleResolverState&, const CSSValue&);
static UnzoomedLength convertUnzoomedLength(const StyleResolverState&, const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698