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

Unified Diff: Source/core/animation/TimingInput.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/Timing.h ('k') | Source/core/animation/TransformSVGInterpolation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/TimingInput.h
diff --git a/Source/core/animation/TimingInput.h b/Source/core/animation/TimingInput.h
index 22a08f77ad44fdae12af8b9548dafc282afcaa4d..48f5ed74b18733e777cac2f0c94d0e10457d6863 100644
--- a/Source/core/animation/TimingInput.h
+++ b/Source/core/animation/TimingInput.h
@@ -7,6 +7,7 @@
#include "core/CoreExport.h"
#include "core/animation/Timing.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -14,6 +15,7 @@ class Dictionary;
class KeyframeEffectOptions;
class CORE_EXPORT TimingInput {
+ STATIC_ONLY(TimingInput);
public:
static Timing convert(const KeyframeEffectOptions& timingInput);
static Timing convert(double duration);
« no previous file with comments | « Source/core/animation/Timing.h ('k') | Source/core/animation/TransformSVGInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698