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

Unified Diff: Source/core/style/CollapsedBorderValue.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/CachedUAStyle.h ('k') | Source/core/style/CounterDirectives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/CollapsedBorderValue.h
diff --git a/Source/core/style/CollapsedBorderValue.h b/Source/core/style/CollapsedBorderValue.h
index 82d7a7906a5f1a8c89b9c7d9de50c31442bd9d2b..7e68396ac7fa68b3f544919fb9b2d06598d075e4 100644
--- a/Source/core/style/CollapsedBorderValue.h
+++ b/Source/core/style/CollapsedBorderValue.h
@@ -26,10 +26,12 @@
#define CollapsedBorderValue_h
#include "core/style/BorderValue.h"
+#include "wtf/Allocator.h"
namespace blink {
class CollapsedBorderValue {
+ ALLOW_ONLY_INLINE_ALLOCATION();
public:
CollapsedBorderValue()
: m_color(0)
« no previous file with comments | « Source/core/style/CachedUAStyle.h ('k') | Source/core/style/CounterDirectives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698