Index: Source/WebCore/css/CSSParser.h |
diff --git a/Source/WebCore/css/CSSParser.h b/Source/WebCore/css/CSSParser.h |
index dfe7dcc17c16e0f0078c42f4466b5e7dd41472ac..c9d2d4bc67b25807db71ace58bbf5d9d9134ecfc 100644 |
--- a/Source/WebCore/css/CSSParser.h |
+++ b/Source/WebCore/css/CSSParser.h |
@@ -158,6 +158,7 @@ public: |
bool parseAnimationShorthand(bool important); |
bool cssGridLayoutEnabled() const; |
+ PassRefPtr<CSSValue> parseGridPosition(); |
bool parseGridItemPositionShorthand(CSSPropertyID, bool important); |
bool parseGridTrackList(CSSPropertyID, bool important); |
PassRefPtr<CSSPrimitiveValue> parseGridTrackSize(); |