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

Unified Diff: Source/core/animation/LengthPropertyFunctions.h

Issue 1302463002: Make classes and structures in Source/core/animation 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/animation/Keyframe.h ('k') | Source/core/animation/LengthSVGInterpolation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/LengthPropertyFunctions.h
diff --git a/Source/core/animation/LengthPropertyFunctions.h b/Source/core/animation/LengthPropertyFunctions.h
index 311ad5e79f5e19df839c09f0e552a313006f9aeb..d4e9c5e1a7124232cf795a6da9c515799e06f313 100644
--- a/Source/core/animation/LengthPropertyFunctions.h
+++ b/Source/core/animation/LengthPropertyFunctions.h
@@ -8,12 +8,14 @@
#include "core/CSSPropertyNames.h"
#include "core/CSSValueKeywords.h"
#include "platform/Length.h"
+#include "wtf/Allocator.h"
namespace blink {
class ComputedStyle;
class LengthPropertyFunctions {
+ STATIC_ONLY(LengthPropertyFunctions);
public:
typedef void (ComputedStyle::*LengthSetter)(const Length&);
« no previous file with comments | « Source/core/animation/Keyframe.h ('k') | Source/core/animation/LengthSVGInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698