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

Unified Diff: Source/core/animation/Timing.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/SampledEffect.h ('k') | Source/core/animation/TimingInput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/Timing.h
diff --git a/Source/core/animation/Timing.h b/Source/core/animation/Timing.h
index 901674cdbada0fbe9cbb9bc5865b61ccd439ef92..63f9fd1d88ff8281664fcc041bd7b997c2e90398 100644
--- a/Source/core/animation/Timing.h
+++ b/Source/core/animation/Timing.h
@@ -32,12 +32,15 @@
#define Timing_h
#include "platform/animation/TimingFunction.h"
+#include "wtf/Allocator.h"
#include "wtf/MathExtras.h"
#include "wtf/RefPtr.h"
namespace blink {
struct Timing {
+ WTF_MAKE_FAST_ALLOCATED(Timing);
+public:
enum FillMode {
FillModeAuto,
FillModeNone,
« no previous file with comments | « Source/core/animation/SampledEffect.h ('k') | Source/core/animation/TimingInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698