| 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 75246acde8c5e09df4c3ca4708b796ff3fdee7d9..882cbb4275e73aeeb36044055b83c4aa3c4f7bef 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| @@ -97,9 +97,9 @@ private:
|
| PassRefPtrWillBeRawPtr<StyleRuleKeyframe> consumeKeyframeStyleRule(CSSParserTokenRange prelude, CSSParserTokenRange block);
|
| PassRefPtrWillBeRawPtr<StyleRule> consumeStyleRule(CSSParserTokenRange prelude, CSSParserTokenRange block);
|
|
|
| - void consumeDeclarationList(CSSParserTokenRange, StyleRule::Type);
|
| - void consumeDeclaration(CSSParserTokenRange, StyleRule::Type);
|
| - void consumeDeclarationValue(CSSParserTokenRange, CSSPropertyID, bool important, StyleRule::Type);
|
| + void consumeDeclarationList(CSSParserTokenRange, StyleRule::RuleType);
|
| + void consumeDeclaration(CSSParserTokenRange, StyleRule::RuleType);
|
| + void consumeDeclarationValue(CSSParserTokenRange, CSSPropertyID, bool important, StyleRule::RuleType);
|
| void consumeVariableValue(CSSParserTokenRange, const AtomicString& propertyName, bool important);
|
|
|
| static PassOwnPtr<Vector<double>> consumeKeyframeKeyList(CSSParserTokenRange);
|
|
|