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

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

Issue 2234683002: Remove EffectModel IDL interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 372aee53ac0df6f6e2f70812ae9ededd7c63bb17..839e4aa35f140a63d4d5ac7e782d730423c06851 100644
--- a/third_party/WebKit/Source/core/animation/EffectInput.h
+++ b/third_party/WebKit/Source/core/animation/EffectInput.h
@@ -13,7 +13,7 @@
namespace blink {
class EffectModel;
-class EffectModelOrDictionarySequenceOrDictionary;
+class DictionarySequenceOrDictionary;
class Dictionary;
class Element;
class ExceptionState;
@@ -23,7 +23,7 @@ class CORE_EXPORT EffectInput {
STATIC_ONLY(EffectInput);
public:
// TODO(alancutter): Replace Element* parameter with Document&.
- static EffectModel* convert(Element*, const EffectModelOrDictionarySequenceOrDictionary&, ExecutionContext*, ExceptionState&);
+ static EffectModel* convert(Element*, const DictionarySequenceOrDictionary&, ExecutionContext*, ExceptionState&);
private:
static EffectModel* convertArrayForm(Element&, const Vector<Dictionary>& keyframes, ExceptionState&);
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/generated.gypi ('k') | third_party/WebKit/Source/core/animation/EffectInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698