Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 5bdda8fb73949625632cc5077e56c2addf983c95..ffb2d4bcd6edec069b31b069384d79647ce24009 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. |
IPC_STRUCT_MEMBER(scoped_ptr<content::DidOverscrollParams>, overscroll) |
+ IPC_STRUCT_MEMBER(uint32, unique_touch_event_id) |
jdduke (slow)
2015/03/13 21:48:27
I wonder how silly it would be simply pass back th
tdresser
2015/03/16 12:24:12
I've been under the impression that we want to kee
|
IPC_STRUCT_END() |
// Sends an input event to the render widget. |