| 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 2d4e32c6f2f8627b7d96d3aaef9256e95474159e..13d99b03f8a4ae5796bd928193bed069250137ea 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| @@ -67,7 +67,8 @@ class CSSParserImpl {
|
| const AtomicString& propertyName,
|
| const String&,
|
| bool important,
|
| - const CSSParserContext&);
|
| + const CSSParserContext&,
|
| + bool isAnimationTainted);
|
| static ImmutableStylePropertySet* parseInlineStyleDeclaration(const String&,
|
| Element*);
|
| static bool parseDeclarationList(MutableStylePropertySet*,
|
| @@ -140,7 +141,8 @@ class CSSParserImpl {
|
| StyleRule::RuleType);
|
| void consumeVariableValue(CSSParserTokenRange,
|
| const AtomicString& propertyName,
|
| - bool important);
|
| + bool important,
|
| + bool isAnimationTainted);
|
|
|
| static std::unique_ptr<Vector<double>> consumeKeyframeKeyList(
|
| CSSParserTokenRange);
|
|
|