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

Unified Diff: Source/core/animation/AnimationInputHelpers.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/AnimationEffect.h ('k') | Source/core/animation/AnimationTimeline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationInputHelpers.h
diff --git a/Source/core/animation/AnimationInputHelpers.h b/Source/core/animation/AnimationInputHelpers.h
index 92f3f840a9669f468ee9a8112367e3e58620a250..d08bc4d888a1c501964f020f214e8ed0f1215d71 100644
--- a/Source/core/animation/AnimationInputHelpers.h
+++ b/Source/core/animation/AnimationInputHelpers.h
@@ -14,6 +14,7 @@ namespace blink {
class TimingFunction;
class CORE_EXPORT AnimationInputHelpers {
+ STATIC_ONLY(AnimationInputHelpers);
public:
static CSSPropertyID keyframeAttributeToCSSPropertyID(const String&);
static PassRefPtr<TimingFunction> parseTimingFunction(const String&);
« no previous file with comments | « Source/core/animation/AnimationEffect.h ('k') | Source/core/animation/AnimationTimeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698