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

Unified Diff: Source/core/style/StyleMotionData.h

Issue 1308633005: Make classes and structures in core/style, core/plugins and core/streams 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/style/StyleDifference.h ('k') | Source/core/style/StyleScrollSnapData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleMotionData.h
diff --git a/Source/core/style/StyleMotionData.h b/Source/core/style/StyleMotionData.h
index 0fcafa1efc3c9e33a76f5273160738c7d3eb9708..cac7bd48c9f63c2fc926775b96b2ff9386fc25f1 100644
--- a/Source/core/style/StyleMotionData.h
+++ b/Source/core/style/StyleMotionData.h
@@ -8,10 +8,12 @@
#include "core/style/ComputedStyleConstants.h"
#include "core/style/StyleMotionPath.h"
#include "platform/Length.h"
+#include "wtf/Allocator.h"
namespace blink {
class StyleMotionData {
+ DISALLOW_ALLOCATION();
public:
StyleMotionData(StyleMotionPath* path, const Length& offset, float rotation, MotionRotationType rotationType)
: m_path(path)
« no previous file with comments | « Source/core/style/StyleDifference.h ('k') | Source/core/style/StyleScrollSnapData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698