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

Unified Diff: Source/core/css/CSSPropertyMetadata.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/CSSProperty.h ('k') | Source/core/css/CSSTestHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPropertyMetadata.h
diff --git a/Source/core/css/CSSPropertyMetadata.h b/Source/core/css/CSSPropertyMetadata.h
index cc5f02d906d0590d856f588117a6ec6a1889a48a..302b447ba7ee2883db12ef8b2ee09072b3dcbbc2 100644
--- a/Source/core/css/CSSPropertyMetadata.h
+++ b/Source/core/css/CSSPropertyMetadata.h
@@ -6,10 +6,12 @@
#define CSSPropertyMetadata_h
#include "core/CSSPropertyNames.h"
+#include "wtf/Allocator.h"
namespace blink {
class CSSPropertyMetadata {
+ STATIC_ONLY(CSSPropertyMetadata);
public:
static bool isEnabledProperty(CSSPropertyID);
static bool isInterpolableProperty(CSSPropertyID);
« no previous file with comments | « Source/core/css/CSSProperty.h ('k') | Source/core/css/CSSTestHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698