| 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 f8902d65cafdac73e4fa72642022a1aca2997cae..3b2ebb389ed4adf24043a509a1e2ff4a39a5eb9a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| @@ -57,7 +57,8 @@ class CORE_EXPORT CSSParser {
|
| const AtomicString& propertyName,
|
| const String& value,
|
| bool important,
|
| - StyleSheetContents*);
|
| + StyleSheetContents*,
|
| + bool isAnimationTainted);
|
| static ImmutableStylePropertySet* parseCustomPropertySet(CSSParserTokenRange);
|
|
|
| // This is for non-shorthands only
|
|
|