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

Unified Diff: Source/core/animation/AnimationTimeline.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/AnimationInputHelpers.h ('k') | Source/core/animation/CompositorAnimations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTimeline.h
diff --git a/Source/core/animation/AnimationTimeline.h b/Source/core/animation/AnimationTimeline.h
index 1277d4debf4e9ab6ba8f8de60b6ff785a52f007b..6201935b13170da587597f830b077ca14594a311 100644
--- a/Source/core/animation/AnimationTimeline.h
+++ b/Source/core/animation/AnimationTimeline.h
@@ -53,7 +53,7 @@ class CORE_EXPORT AnimationTimeline : public RefCountedWillBeGarbageCollectedFin
DEFINE_WRAPPERTYPEINFO();
public:
class PlatformTiming : public NoBaseWillBeGarbageCollectedFinalized<PlatformTiming> {
-
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(PlatformTiming);
public:
// Calls AnimationTimeline's wake() method after duration seconds.
virtual void wakeAfter(double duration) = 0;
« no previous file with comments | « Source/core/animation/AnimationInputHelpers.h ('k') | Source/core/animation/CompositorAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698