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

Unified Diff: Source/core/animation/TransformSVGInterpolation.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/TimingInput.h ('k') | Source/core/animation/animatable/AnimatableColor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/TransformSVGInterpolation.h
diff --git a/Source/core/animation/TransformSVGInterpolation.h b/Source/core/animation/TransformSVGInterpolation.h
index cd596384d12daf3474cdab416372947ebcbe320d..85d563c0f6a00fa3610ccebd959d18d54e2fbc0b 100644
--- a/Source/core/animation/TransformSVGInterpolation.h
+++ b/Source/core/animation/TransformSVGInterpolation.h
@@ -7,10 +7,12 @@
#include "core/animation/SVGInterpolation.h"
#include "core/svg/SVGTransformList.h"
+#include "wtf/Allocator.h"
namespace blink {
class TransformSVGInterpolation {
+ STATIC_ONLY(TransformSVGInterpolation);
public:
typedef SVGTransformList ListType;
typedef SVGTransformType NonInterpolableType;
« no previous file with comments | « Source/core/animation/TimingInput.h ('k') | Source/core/animation/animatable/AnimatableColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698