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

Unified Diff: Source/core/style/BorderImageLengthBox.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/BorderImageLength.h ('k') | Source/core/style/BorderValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/BorderImageLengthBox.h
diff --git a/Source/core/style/BorderImageLengthBox.h b/Source/core/style/BorderImageLengthBox.h
index 7ba5dae9d40f6a29ab24f9c7d19426ccadc1333c..bff13dedaf0ffa4a30bb2d1525d62dac2995a919 100644
--- a/Source/core/style/BorderImageLengthBox.h
+++ b/Source/core/style/BorderImageLengthBox.h
@@ -32,6 +32,7 @@
#define BorderImageLengthBox_h
#include "core/style/BorderImageLength.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -40,6 +41,7 @@ namespace blink {
// http://www.w3.org/TR/css3-background/#border-image-width
// http://www.w3.org/TR/css3-background/#border-image-outset
class BorderImageLengthBox {
+ DISALLOW_ALLOCATION();
public:
BorderImageLengthBox(Length length)
: m_left(length)
« no previous file with comments | « Source/core/style/BorderImageLength.h ('k') | Source/core/style/BorderValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698