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

Unified Diff: Source/core/style/OutlineValue.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/NinePieceImage.h ('k') | Source/core/style/SVGComputedStyleDefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/OutlineValue.h
diff --git a/Source/core/style/OutlineValue.h b/Source/core/style/OutlineValue.h
index 675a3edd64be996fa766329d38b75530f02fa799..61cce2b9a8b6c8b4528798187c1e16a5403020ca 100644
--- a/Source/core/style/OutlineValue.h
+++ b/Source/core/style/OutlineValue.h
@@ -26,10 +26,12 @@
#define OutlineValue_h
#include "core/style/BorderValue.h"
+#include "wtf/Allocator.h"
namespace blink {
-class OutlineValue : public BorderValue {
+class OutlineValue final : public BorderValue {
+ DISALLOW_ALLOCATION();
friend class ComputedStyle;
public:
OutlineValue()
« no previous file with comments | « Source/core/style/NinePieceImage.h ('k') | Source/core/style/SVGComputedStyleDefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698