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

Unified Diff: Source/core/style/StyleSelfAlignmentData.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/StyleScrollSnapData.h ('k') | Source/core/style/TransformOrigin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleSelfAlignmentData.h
diff --git a/Source/core/style/StyleSelfAlignmentData.h b/Source/core/style/StyleSelfAlignmentData.h
index 6cd01fbc8f63cb871f0e35ac42a4def7f283bebe..23030a84bfdf403afe722055cebebe551a611d4c 100644
--- a/Source/core/style/StyleSelfAlignmentData.h
+++ b/Source/core/style/StyleSelfAlignmentData.h
@@ -6,10 +6,12 @@
#define StyleSelfAlignmentData_h
#include "core/style/ComputedStyleConstants.h"
+#include "wtf/Allocator.h"
namespace blink {
class StyleSelfAlignmentData {
+ DISALLOW_ALLOCATION();
public:
// Style data for Self-Aligment and Default-Alignment properties: align-{self, items}, justify-{self, items}.
// [ <self-position> && <overflow-position>? ] | [ legacy && [ left | right | center ] ]
« no previous file with comments | « Source/core/style/StyleScrollSnapData.h ('k') | Source/core/style/TransformOrigin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698