| 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 7cc873d297ac07420818d5cfd5757a1204d83db3..d4cd862eaacb95787881a3ef6a1edd841c5f176c 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
|
| @@ -22,12 +22,13 @@ class StringKeyframe : public Keyframe {
|
| return adoptRef(new StringKeyframe);
|
| }
|
|
|
| - void setCSSPropertyValue(const AtomicString& propertyName,
|
| - const String& value,
|
| - StyleSheetContents*);
|
| - void setCSSPropertyValue(CSSPropertyID,
|
| - const String& value,
|
| - StyleSheetContents*);
|
| + MutableStylePropertySet::SetResult setCSSPropertyValue(
|
| + const AtomicString& propertyName,
|
| + const String& value,
|
| + StyleSheetContents*);
|
| + MutableStylePropertySet::SetResult setCSSPropertyValue(CSSPropertyID,
|
| + const String& value,
|
| + StyleSheetContents*);
|
| void setCSSPropertyValue(CSSPropertyID, const CSSValue&);
|
| void setPresentationAttributeValue(CSSPropertyID,
|
| const String& value,
|
|
|