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

Unified Diff: Source/core/style/StyleScrollSnapData.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/StyleMotionData.h ('k') | Source/core/style/StyleSelfAlignmentData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleScrollSnapData.h
diff --git a/Source/core/style/StyleScrollSnapData.h b/Source/core/style/StyleScrollSnapData.h
index 90c74b5e0b229f143094be30ebe637c2cb2c99cc..52fd4ad4b4ded509a1ec8f4e2badd2c6b959911a 100644
--- a/Source/core/style/StyleScrollSnapData.h
+++ b/Source/core/style/StyleScrollSnapData.h
@@ -27,12 +27,14 @@
#define StyleScrollSnapData_h
#include "platform/LengthPoint.h"
+#include "wtf/Allocator.h"
#include "wtf/RefCounted.h"
#include "wtf/Vector.h"
namespace blink {
struct ScrollSnapPoints {
+ DISALLOW_ALLOCATION();
Length repeatOffset;
bool hasRepeat;
bool usesElements;
« no previous file with comments | « Source/core/style/StyleMotionData.h ('k') | Source/core/style/StyleSelfAlignmentData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698