Index: third_party/WebKit/Source/core/css/parser/CSSParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h |
index 0c5bc6ec5502444f7ac88c62cf3374ed9bd1bad4..91769b63ebb7378c55a0c59170519764b24add3e 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h |
@@ -35,6 +35,8 @@ public: |
// Returns whether anything was changed. |
static bool parseValue(MutableStylePropertySet*, CSSPropertyID unresolvedProperty, const String&, bool important, StyleSheetContents*); |
+ static bool parseValueForCustomProperty(MutableStylePropertySet*, const AtomicString& propertyName, const String& value, bool important, StyleSheetContents*); |
+ |
// This is for non-shorthands only |
static PassRefPtrWillBeRawPtr<CSSValue> parseSingleValue(CSSPropertyID, const String&, const CSSParserContext& = strictCSSParserContext()); |