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

Unified Diff: Source/core/style/StyleContentAlignmentData.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/SVGComputedStyleDefs.h ('k') | Source/core/style/StyleDifference.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleContentAlignmentData.h
diff --git a/Source/core/style/StyleContentAlignmentData.h b/Source/core/style/StyleContentAlignmentData.h
index 0540b3a4298d35c93c01dbadd52caf71ccbb11b5..e55596c5fb24835da4cb2e059f7d9452f8929aec 100644
--- a/Source/core/style/StyleContentAlignmentData.h
+++ b/Source/core/style/StyleContentAlignmentData.h
@@ -6,10 +6,12 @@
#define StyleContentAlignmentData_h
#include "core/style/ComputedStyleConstants.h"
+#include "wtf/Allocator.h"
namespace blink {
class StyleContentAlignmentData {
+ DISALLOW_ALLOCATION();
public:
// Style data for Content-Distribution properties: align-content, justify-content.
// <content-distribution> || [ <overflow-position>? && <content-position> ]
« no previous file with comments | « Source/core/style/SVGComputedStyleDefs.h ('k') | Source/core/style/StyleDifference.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698