Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
index 6bab11e6f8c8a398484a963758c7be384bd10325..a06caeeb2841a33492cfa293383308843814f879 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
@@ -98,6 +98,7 @@ private: |
void consumeDeclarationList(CSSParserTokenRange, StyleRule::Type); |
void consumeDeclaration(CSSParserTokenRange, StyleRule::Type); |
void consumeDeclarationValue(CSSParserTokenRange, CSSPropertyID, bool important, StyleRule::Type); |
+ void consumeVariableDeclarationValue(CSSParserTokenRange, const AtomicString& variableName, bool important); |
static PassOwnPtr<Vector<double>> consumeKeyframeKeyList(CSSParserTokenRange); |