| Index: third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| index ea61231189c671bdc3ba2000b2ecc483948bfb53..ba269d39e5cdac05ca5952d947adef3047edb1d6 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
|
| @@ -14,12 +14,14 @@
|
| namespace blink {
|
|
|
| class CSSCustomPropertyDeclaration;
|
| +class CSSVariableReferenceValue;
|
|
|
| class CORE_EXPORT CSSVariableParser {
|
| public:
|
| static bool containsValidVariableReferences(CSSParserTokenRange);
|
|
|
| static CSSCustomPropertyDeclaration* parseDeclarationValue(const AtomicString&, CSSParserTokenRange);
|
| + static CSSVariableReferenceValue* parseRegisteredPropertyValue(CSSParserTokenRange, bool requireVarReference);
|
|
|
| static bool isValidVariableName(const CSSParserToken&);
|
| static bool isValidVariableName(const String&);
|
|
|