Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
index a2855568c4797790739accd78c6a45f70824b220..d55f20c64a49be46edc3037c604a51b33a54f38f 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -169,6 +169,7 @@ private: |
bool parseGridTemplateShorthand(bool important); |
bool parseGridShorthand(bool important); |
bool parseGridAreaShorthand(bool important); |
+ bool parseGridGapShorthand(bool important); |
bool parseSingleGridAreaLonghand(RefPtrWillBeRawPtr<CSSValue>&); |
PassRefPtrWillBeRawPtr<CSSValue> parseGridTrackList(); |
bool parseGridTrackRepeatFunction(CSSValueList&); |