| 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 7b234c44872fcd56232a5fa8de1e37b01a6de939..b4d6653761b7869e8edb7bdd9797af898a2b1a5b 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, const CSSValue&);
|
| - void setPresentationAttributeValue(CSSPropertyID, const String& value, Element*, StyleSheetContents*);
|
| + void setPresentationAttributeValue(CSSPropertyID, const String& value, StyleSheetContents*);
|
| void setSVGAttributeValue(const QualifiedName&, const String& value);
|
|
|
| const CSSValue& cssPropertyValue(CSSPropertyID property) const
|
|
|