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

Unified Diff: Source/core/svg/SVGTransformDistance.h

Issue 1321453012: Added allocator matcros to blink classes and structures in core/svg. (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/svg/SVGRect.cpp ('k') | Source/core/svg/animation/SMILTime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTransformDistance.h
diff --git a/Source/core/svg/SVGTransformDistance.h b/Source/core/svg/SVGTransformDistance.h
index b895ead35ca27ccc90945a24529792dae98edcb2..3b785b3b94ec86b1178424c76a59d649082021fa 100644
--- a/Source/core/svg/SVGTransformDistance.h
+++ b/Source/core/svg/SVGTransformDistance.h
@@ -21,12 +21,14 @@
#define SVGTransformDistance_h
#include "core/svg/SVGTransform.h"
+#include "wtf/Allocator.h"
namespace blink {
class AffineTransform;
class SVGTransformDistance {
+ STACK_ALLOCATED();
public:
SVGTransformDistance();
SVGTransformDistance(PassRefPtrWillBeRawPtr<SVGTransform> fromTransform, PassRefPtrWillBeRawPtr<SVGTransform> toTransform);
« no previous file with comments | « Source/core/svg/SVGRect.cpp ('k') | Source/core/svg/animation/SMILTime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698