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

Unified Diff: Source/core/css/resolver/AnimatedStyleBuilder.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/parser/MediaQueryBlockWatcher.h ('k') | Source/core/css/resolver/CSSPropertyPriority.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/AnimatedStyleBuilder.h
diff --git a/Source/core/css/resolver/AnimatedStyleBuilder.h b/Source/core/css/resolver/AnimatedStyleBuilder.h
index ff3110e022abd772f0f296022bf317ec0e516b97..4de5b52626d5fb915113433ad6aa6feae20b0449 100644
--- a/Source/core/css/resolver/AnimatedStyleBuilder.h
+++ b/Source/core/css/resolver/AnimatedStyleBuilder.h
@@ -32,6 +32,7 @@
#define AnimatedStyleBuilder_h
#include "core/CSSPropertyNames.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -39,6 +40,7 @@ class AnimatableValue;
class StyleResolverState;
class AnimatedStyleBuilder {
+ STATIC_ONLY(AnimatedStyleBuilder);
public:
static void applyProperty(CSSPropertyID, StyleResolverState&, const AnimatableValue*);
};
« no previous file with comments | « Source/core/css/parser/MediaQueryBlockWatcher.h ('k') | Source/core/css/resolver/CSSPropertyPriority.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698