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

Unified Diff: Source/core/style/LineClampValue.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/GridTrackSize.h ('k') | Source/core/style/NinePieceImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/LineClampValue.h
diff --git a/Source/core/style/LineClampValue.h b/Source/core/style/LineClampValue.h
index 0a3a30b4cfc92eeda97ccba14f4a96cf2767aebc..a22af27b24e2bb269ff450a9203c1f71f9adc49c 100644
--- a/Source/core/style/LineClampValue.h
+++ b/Source/core/style/LineClampValue.h
@@ -26,10 +26,12 @@
#define LineClampValue_h
#include "core/style/ComputedStyleConstants.h"
+#include "wtf/Allocator.h"
namespace blink {
class LineClampValue {
+ DISALLOW_ALLOCATION();
public:
LineClampValue()
: m_type(LineClampLineCount)
« no previous file with comments | « Source/core/style/GridTrackSize.h ('k') | Source/core/style/NinePieceImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698