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

Unified Diff: third_party/WebKit/Source/core/animation/EffectInput.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/EffectInput.h
diff --git a/third_party/WebKit/Source/core/animation/EffectInput.h b/third_party/WebKit/Source/core/animation/EffectInput.h
index 7d56625177b7e1ba63137c63730abcac52f9f4db..abe18f77a838ba84b104249fb653e1c2a9cf3e9a 100644
--- a/third_party/WebKit/Source/core/animation/EffectInput.h
+++ b/third_party/WebKit/Source/core/animation/EffectInput.h
@@ -32,6 +32,7 @@ class CORE_EXPORT EffectInput {
private:
static EffectModel* convertArrayForm(Element&,
const Vector<Dictionary>& keyframes,
+ ExecutionContext*,
ExceptionState&);
static EffectModel* convertObjectForm(Element&,
const Dictionary& keyframe,

Powered by Google App Engine
This is Rietveld 408576698