| Index: third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| index 38296758381045959749d98612a984517dad80d0..9d92b9b68cbb141689c64f12f7d3bef18336cdd2 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -22,7 +22,7 @@ StringKeyframe::StringKeyframe(const StringKeyframe& copyFrom)
|
| {
|
| }
|
|
|
| -void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, const String& value, Element* element, StyleSheetContents* styleSheetContents)
|
| +void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, const String& value, StyleSheetContents* styleSheetContents)
|
| {
|
| ASSERT(property != CSSPropertyInvalid);
|
| if (CSSAnimations::isAnimatableProperty(property))
|
| @@ -36,7 +36,7 @@ void StringKeyframe::setCSSPropertyValue(CSSPropertyID property, CSSValue* value
|
| m_cssPropertyMap->setProperty(property, value, false);
|
| }
|
|
|
| -void StringKeyframe::setPresentationAttributeValue(CSSPropertyID property, const String& value, Element* element, StyleSheetContents* styleSheetContents)
|
| +void StringKeyframe::setPresentationAttributeValue(CSSPropertyID property, const String& value, StyleSheetContents* styleSheetContents)
|
| {
|
| ASSERT(property != CSSPropertyInvalid);
|
| if (CSSAnimations::isAnimatableProperty(property))
|
|
|