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

Unified Diff: Source/core/animation/animatable/AnimatableColor.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
Index: Source/core/animation/animatable/AnimatableColor.h
diff --git a/Source/core/animation/animatable/AnimatableColor.h b/Source/core/animation/animatable/AnimatableColor.h
index d501c524a6660c5d5a0a89a7647291c17cf13d48..b6f05dbf66ad2d63be7954aeeaf4d07f138dd9d5 100644
--- a/Source/core/animation/animatable/AnimatableColor.h
+++ b/Source/core/animation/animatable/AnimatableColor.h
@@ -34,10 +34,12 @@
#include "core/CoreExport.h"
#include "core/animation/animatable/AnimatableValue.h"
#include "platform/graphics/Color.h"
+#include "wtf/Allocator.h"
namespace blink {
class CORE_EXPORT AnimatableColorImpl {
+ DISALLOW_ALLOCATION();
public:
AnimatableColorImpl(float red, float green, float blue, float alpha);
AnimatableColorImpl(Color);
« no previous file with comments | « Source/core/animation/TransformSVGInterpolation.h ('k') | Source/core/animation/css/CSSAnimatableValueFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698