| Index: third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| index 51c343b0be5405dc3a8dc1d5d7504ce82df46369..5b250a6db6e46cb008d88fc41d03f12675c39bee 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| @@ -22,9 +22,9 @@ public:
|
| return adoptRef(new StringKeyframe);
|
| }
|
|
|
| - void setCSSPropertyValue(CSSPropertyID, const String& value, Element*, StyleSheetContents*);
|
| + void setCSSPropertyValue(CSSPropertyID, const String& value, StyleSheetContents*);
|
| void setCSSPropertyValue(CSSPropertyID, CSSValue*);
|
| - void setPresentationAttributeValue(CSSPropertyID, const String& value, Element*, StyleSheetContents*);
|
| + void setPresentationAttributeValue(CSSPropertyID, const String& value, StyleSheetContents*);
|
| void setSVGAttributeValue(const QualifiedName&, const String& value);
|
|
|
| CSSValue* cssPropertyValue(CSSPropertyID property) const
|
|
|