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

Unified Diff: content/common/input_messages.h

Issue 999423003: Set the unique_event_id when converting from TouchEvent to WebTouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 5bdda8fb73949625632cc5077e56c2addf983c95..dac55e49666874fc096b9818db58ecb1d90e1b90 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -6,6 +6,7 @@
// order relative to input events.
// Multiply-included message file, hence no include guard.
+#include "base/basictypes.h"
#include "base/strings/string16.h"
#include "content/common/content_export.h"
#include "content/common/content_param_traits.h"
@@ -112,6 +113,7 @@ IPC_STRUCT_BEGIN(InputHostMsg_HandleInputEvent_ACK_Params)
IPC_STRUCT_MEMBER(ui::LatencyInfo, latency)
// TODO(jdduke): Use Optional<T> type to avoid heap alloc, crbug.com/375002.
jdduke (slow) 2015/03/13 15:31:59 So, for some time I've been meaning to make the ac
IPC_STRUCT_MEMBER(scoped_ptr<content::DidOverscrollParams>, overscroll)
+ IPC_STRUCT_MEMBER(uint64, unique_event_id)
IPC_STRUCT_END()
// Sends an input event to the render widget.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698