| 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 fa161e69f6f8517d7733b0ea7bbb071ac70744fc..496d48b823baead2215c3a009ea5fe8a8959c4f4 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
|
|
|