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

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

Issue 1326443003: Web Animations: Enable additive animations in experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update missed tests Created 5 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: Source/core/animation/EffectInput.h
diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h
index 77b21fb907bd33334bfdf1d86f78bbf385ecd0ad..df4a3273c0a538f08947d1de016f9a48ed73c057 100644
--- a/Source/core/animation/EffectInput.h
+++ b/Source/core/animation/EffectInput.h
@@ -13,7 +13,7 @@
namespace blink {
class EffectModel;
-class EffectModelOrDictionarySequence;
+class EffectModelOrDictionarySequenceOrDictionary;
class Dictionary;
class Element;
class ExceptionState;
@@ -22,7 +22,7 @@ class CORE_EXPORT EffectInput {
STATIC_ONLY(EffectInput);
public:
static EffectModel* convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
- static EffectModel* convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&);
+ static EffectModel* convert(Element*, const EffectModelOrDictionarySequenceOrDictionary&, ExceptionState&);
};
} // namespace blink
« no previous file with comments | « LayoutTests/web-animations-api/w3c/insufficient-keyframes.html ('k') | Source/core/animation/EffectInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698