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

Unified Diff: Source/core/animation/LengthSVGInterpolation.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/LengthPropertyFunctions.h ('k') | Source/core/animation/PointSVGInterpolation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/LengthSVGInterpolation.h
diff --git a/Source/core/animation/LengthSVGInterpolation.h b/Source/core/animation/LengthSVGInterpolation.h
index cd6329d0a096681e8a748b3a1b93ee6e73480a75..849df1ce35f3aa101979ba321f5da9b06f40f7d4 100644
--- a/Source/core/animation/LengthSVGInterpolation.h
+++ b/Source/core/animation/LengthSVGInterpolation.h
@@ -15,6 +15,7 @@ class LengthSVGInterpolation : public SVGInterpolation {
public:
typedef SVGLengthList ListType;
struct NonInterpolableType {
+ DISALLOW_ALLOCATION();
SVGLengthMode unitMode;
SVGLengthNegativeValuesMode negativeValuesMode;
};
« no previous file with comments | « Source/core/animation/LengthPropertyFunctions.h ('k') | Source/core/animation/PointSVGInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698