| Index: third_party/WebKit/Source/core/css/StylePropertySet.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| index e3ca5dc0eccd12ef395857fe0a621a0133fca65a..9019a488b6e602c1214e6d476efe8b6fe70d4620 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| @@ -219,8 +219,9 @@ class CORE_EXPORT MutableStylePropertySet : public StylePropertySet {
|
| StyleSheetContents* contextStyleSheet = 0);
|
| bool setProperty(const AtomicString& customPropertyName,
|
| const String& value,
|
| - bool important = false,
|
| - StyleSheetContents* contextStyleSheet = 0);
|
| + bool important,
|
| + StyleSheetContents* contextStyleSheet,
|
| + bool isAnimationTainted);
|
| void setProperty(CSSPropertyID, const CSSValue&, bool important = false);
|
|
|
| // These do not. FIXME: This is too messy, we can do better.
|
|
|