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

Unified Diff: Source/core/style/SVGComputedStyleDefs.h

Issue 1308633005: Make classes and structures in core/style, core/plugins and core/streams 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/style/OutlineValue.h ('k') | Source/core/style/StyleContentAlignmentData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/SVGComputedStyleDefs.h
diff --git a/Source/core/style/SVGComputedStyleDefs.h b/Source/core/style/SVGComputedStyleDefs.h
index 7176a3e0d0af5ac1f8efbff7d921d56ba8b4f3a2..eb5d21fd57b7784de8ce338edd3e31db32253fb1 100644
--- a/Source/core/style/SVGComputedStyleDefs.h
+++ b/Source/core/style/SVGComputedStyleDefs.h
@@ -31,6 +31,7 @@
#include "core/CoreExport.h"
#include "platform/Length.h"
#include "platform/graphics/Color.h"
+#include "wtf/Allocator.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
@@ -150,6 +151,7 @@ private:
};
class UnzoomedLength {
+ DISALLOW_ALLOCATION();
public:
explicit UnzoomedLength(const Length& length) : m_length(length) { }
« no previous file with comments | « Source/core/style/OutlineValue.h ('k') | Source/core/style/StyleContentAlignmentData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698