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

Unified Diff: Source/core/style/GridPosition.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/GridLength.h ('k') | Source/core/style/GridResolvedPosition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/GridPosition.h
diff --git a/Source/core/style/GridPosition.h b/Source/core/style/GridPosition.h
index fcec656c17afaea01eec81e4952cae71b309b0ac..255c6b9108a7b028e141cad51df1a36ce2c29ed2 100644
--- a/Source/core/style/GridPosition.h
+++ b/Source/core/style/GridPosition.h
@@ -31,6 +31,7 @@
#ifndef GridPosition_h
#define GridPosition_h
+#include "wtf/Allocator.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -43,6 +44,7 @@ enum GridPositionType {
};
class GridPosition {
+ DISALLOW_ALLOCATION();
public:
GridPosition()
: m_type(AutoPosition)
« no previous file with comments | « Source/core/style/GridLength.h ('k') | Source/core/style/GridResolvedPosition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698