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 01b441f9002c57826ff4b66e3082861ced51abeb..180979673cc6f3d8b46b0671cac132a03905a444 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h |
@@ -14,6 +14,7 @@ |
namespace blink { |
class CSSParserObserver; |
+class CSSParserTokenRange; |
class CSSSelectorList; |
class Element; |
class ImmutableStylePropertySet; |
@@ -37,6 +38,7 @@ public: |
static bool parseValue(MutableStylePropertySet*, CSSPropertyID unresolvedProperty, const String&, bool important, StyleSheetContents*); |
static bool parseValueForCustomProperty(MutableStylePropertySet*, const AtomicString& propertyName, const String& value, bool important, StyleSheetContents*); |
+ static PassRefPtrWillBeRawPtr<ImmutableStylePropertySet> parseCustomPropertySet(CSSParserTokenRange); |
// This is for non-shorthands only |
static PassRefPtrWillBeRawPtr<CSSValue> parseSingleValue(CSSPropertyID, const String&, const CSSParserContext& = strictCSSParserContext()); |