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

Unified Diff: Source/core/animation/css/CSSTimingData.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/css/CSSPropertyEquality.h ('k') | Source/core/animation/css/CSSTransitionData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/css/CSSTimingData.h
diff --git a/Source/core/animation/css/CSSTimingData.h b/Source/core/animation/css/CSSTimingData.h
index 93396f6af6a6e1d24e944a76081d1a16eed03614..05e37de41636b42c7f85ab982b6ddf8fef6500f1 100644
--- a/Source/core/animation/css/CSSTimingData.h
+++ b/Source/core/animation/css/CSSTimingData.h
@@ -7,6 +7,7 @@
#include "platform/animation/TimingFunction.h"
#include "platform/heap/Handle.h"
+#include "wtf/Allocator.h"
#include "wtf/Vector.h"
namespace blink {
@@ -14,6 +15,7 @@ namespace blink {
struct Timing;
class CSSTimingData {
+ WTF_MAKE_FAST_ALLOCATED(CSSTimingData);
public:
~CSSTimingData() { }
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.h ('k') | Source/core/animation/css/CSSTransitionData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698