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

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

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 years, 7 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
« no previous file with comments | « Source/core/animation/DocumentAnimations.cpp ('k') | Source/core/animation/EffectInput.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/EffectInput.h
diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h
index 634a4583416cc059fa6396e2d83c1c98eebaa3ae..186a633c174352c6696da077eed3ebe9a4de8150 100644
--- a/Source/core/animation/EffectInput.h
+++ b/Source/core/animation/EffectInput.h
@@ -6,21 +6,21 @@
#define EffectInput_h
#include "core/CoreExport.h"
-#include "core/animation/AnimationEffect.h"
+#include "core/animation/EffectModel.h"
#include "wtf/Vector.h"
namespace blink {
-class AnimationEffect;
-class AnimationEffectOrDictionarySequence;
+class EffectModel;
+class EffectModelOrDictionarySequence;
class Dictionary;
class Element;
class ExceptionState;
class CORE_EXPORT EffectInput {
public:
- static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
- static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const AnimationEffectOrDictionarySequence&, ExceptionState&);
+ static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
+ static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&);
};
} // namespace blink
« no previous file with comments | « Source/core/animation/DocumentAnimations.cpp ('k') | Source/core/animation/EffectInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698