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

Unified Diff: Source/core/dom/TextLinkColors.h

Issue 1304043002: Make classes and structures in core/dom 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/dom/SuspendableTask.h ('k') | Source/core/dom/ViewportDescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TextLinkColors.h
diff --git a/Source/core/dom/TextLinkColors.h b/Source/core/dom/TextLinkColors.h
index cbb3842dfa01f8a084c3b59b07fe9a09b9ed0939..ab403d8e4973cd1ac98e5bee36fc8762a88630b3 100644
--- a/Source/core/dom/TextLinkColors.h
+++ b/Source/core/dom/TextLinkColors.h
@@ -29,6 +29,7 @@
#define TextLinkColors_h
#include "platform/graphics/Color.h"
+#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
namespace blink {
@@ -36,7 +37,8 @@ namespace blink {
class CSSPrimitiveValue;
class TextLinkColors {
-WTF_MAKE_NONCOPYABLE(TextLinkColors);
+ DISALLOW_ALLOCATION();
+ WTF_MAKE_NONCOPYABLE(TextLinkColors);
public:
TextLinkColors();
« no previous file with comments | « Source/core/dom/SuspendableTask.h ('k') | Source/core/dom/ViewportDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698