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

Unified Diff: Source/core/style/NinePieceImage.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/LineClampValue.h ('k') | Source/core/style/OutlineValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/NinePieceImage.h
diff --git a/Source/core/style/NinePieceImage.h b/Source/core/style/NinePieceImage.h
index 32834028cf5aeb7d78720caebde3591c349a5225..0db030f3254866eb0fbedf752fca0800d703c605 100644
--- a/Source/core/style/NinePieceImage.h
+++ b/Source/core/style/NinePieceImage.h
@@ -30,6 +30,7 @@
#include "core/style/StyleImage.h"
#include "platform/LayoutUnit.h"
#include "platform/LengthBox.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -59,6 +60,7 @@ private:
};
class CORE_EXPORT NinePieceImage {
+ DISALLOW_ALLOCATION();
public:
NinePieceImage();
NinePieceImage(PassRefPtrWillBeRawPtr<StyleImage>, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices,
« no previous file with comments | « Source/core/style/LineClampValue.h ('k') | Source/core/style/OutlineValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698