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

Unified Diff: Source/core/animation/PointSVGInterpolation.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/LengthSVGInterpolation.h ('k') | Source/core/animation/PrimitiveInterpolation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/PointSVGInterpolation.h
diff --git a/Source/core/animation/PointSVGInterpolation.h b/Source/core/animation/PointSVGInterpolation.h
index 9f4f16422e73740382ee1b410841e3e4450b48e3..0fddc78a70bb2fe582c318c6c16bc67f90766be4 100644
--- a/Source/core/animation/PointSVGInterpolation.h
+++ b/Source/core/animation/PointSVGInterpolation.h
@@ -7,10 +7,12 @@
#include "core/animation/SVGInterpolation.h"
#include "core/svg/SVGPointList.h"
+#include "wtf/Allocator.h"
namespace blink {
class PointSVGInterpolation {
+ STATIC_ONLY(PointSVGInterpolation);
public:
typedef SVGPointList ListType;
typedef void NonInterpolableType;
« no previous file with comments | « Source/core/animation/LengthSVGInterpolation.h ('k') | Source/core/animation/PrimitiveInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698