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

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

Issue 1302463002: Make classes and structures in Source/core/animation fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/animation/DocumentAnimation.h ('k') | Source/core/animation/ElementAnimation.h » ('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 186a633c174352c6696da077eed3ebe9a4de8150..caf608a79125f5f9b7cdf1dffbf8977e0b3db524 100644
--- a/Source/core/animation/EffectInput.h
+++ b/Source/core/animation/EffectInput.h
@@ -7,6 +7,7 @@
#include "core/CoreExport.h"
#include "core/animation/EffectModel.h"
+#include "wtf/Allocator.h"
#include "wtf/Vector.h"
namespace blink {
@@ -18,6 +19,7 @@ class Element;
class ExceptionState;
class CORE_EXPORT EffectInput {
+ STATIC_ONLY(EffectInput);
public:
static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&);
« no previous file with comments | « Source/core/animation/DocumentAnimation.h ('k') | Source/core/animation/ElementAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698