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

Unified Diff: Source/core/style/BorderData.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/BasicShapes.h ('k') | Source/core/style/BorderEdge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/BorderData.h
diff --git a/Source/core/style/BorderData.h b/Source/core/style/BorderData.h
index 768f36aca64473b88e17ad87f7e800d8d1416833..e96b5a26cecba1da2b729f66ee4536892672cba1 100644
--- a/Source/core/style/BorderData.h
+++ b/Source/core/style/BorderData.h
@@ -29,10 +29,12 @@
#include "core/style/NinePieceImage.h"
#include "platform/LengthSize.h"
#include "platform/geometry/IntRect.h"
+#include "wtf/Allocator.h"
namespace blink {
class BorderData {
+ DISALLOW_ALLOCATION();
friend class ComputedStyle;
public:
BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed))
« no previous file with comments | « Source/core/style/BasicShapes.h ('k') | Source/core/style/BorderEdge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698