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

Unified Diff: Source/core/page/DragSession.h

Issue 1304063005: Make classes and structures in core/page 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/page/DOMWindowPagePopup.h ('k') | Source/core/page/PageSerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DragSession.h
diff --git a/Source/core/page/DragSession.h b/Source/core/page/DragSession.h
index 7606a6c6c1be2333be29d4e805e888bb721a63e9..ffad2df5a0c3c850cb23ace05cffe659f60986de 100644
--- a/Source/core/page/DragSession.h
+++ b/Source/core/page/DragSession.h
@@ -27,10 +27,12 @@
#define DragSession_h
#include "core/page/DragActions.h"
+#include "wtf/Allocator.h"
namespace blink {
struct DragSession {
+ STACK_ALLOCATED();
DragOperation operation;
bool mouseIsOverFileInput;
unsigned numberOfItemsToBeAccepted;
« no previous file with comments | « Source/core/page/DOMWindowPagePopup.h ('k') | Source/core/page/PageSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698