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

Unified Diff: Source/core/css/resolver/CSSPropertyPriority.h

Issue 1304623002: Make blink classes and structures in core/css fast-allocated (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing (Fixed windows compile error) 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/css/resolver/AnimatedStyleBuilder.h ('k') | Source/core/css/resolver/CSSToStyleMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/CSSPropertyPriority.h
diff --git a/Source/core/css/resolver/CSSPropertyPriority.h b/Source/core/css/resolver/CSSPropertyPriority.h
index 3edca213d50cd3e52a5cf24fa10f37dfbe22fccb..3db693feb1c75419792c596e810d59de578bcfd2 100644
--- a/Source/core/css/resolver/CSSPropertyPriority.h
+++ b/Source/core/css/resolver/CSSPropertyPriority.h
@@ -6,6 +6,7 @@
#define CSSPropertyPriority_h
#include "core/CSSPropertyNames.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -20,6 +21,7 @@ enum CSSPropertyPriority {
template <CSSPropertyPriority priority>
class CSSPropertyPriorityData {
+ STATIC_ONLY(CSSPropertyPriorityData);
public:
static inline CSSPropertyID first();
static inline CSSPropertyID last();
« no previous file with comments | « Source/core/css/resolver/AnimatedStyleBuilder.h ('k') | Source/core/css/resolver/CSSToStyleMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698