Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: third_party/WebKit/Source/core/animation/StringKeyframe.h

Issue 2524303002: Emit console warning when element.animate() keyframe value fails to parse (Closed)
Patch Set: Review changes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « third_party/WebKit/Source/core/animation/EffectInput.cpp ('k') | third_party/WebKit/Source/core/animation/StringKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698