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

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

Issue 2334123002: Web Animations: Support iterator protocol in property indexed keyframe values (Closed)
Patch Set: Add missing null check Created 4 years, 3 months 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 839e4aa35f140a63d4d5ac7e782d730423c06851..3df8291172a6f78085a3436f253337b7942aed83 100644
--- a/third_party/WebKit/Source/core/animation/EffectInput.h
+++ b/third_party/WebKit/Source/core/animation/EffectInput.h
@@ -27,7 +27,7 @@ public:
private:
static EffectModel* convertArrayForm(Element&, const Vector<Dictionary>& keyframes, ExceptionState&);
- static EffectModel* convertObjectForm(Element&, const Dictionary& keyframe, ExceptionState&);
+ static EffectModel* convertObjectForm(Element&, const Dictionary& keyframe, ExecutionContext*, ExceptionState&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698