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

Unified Diff: content/common/input_messages.h

Issue 2634183002: Support multi-button press for synthetic mouse events (Closed)
Patch Set: Test modifiers and button Created 3 years, 11 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
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index eb6d845f000531037438e6cbd5e9395f919d61e9..d65ad150c27683fc527a60be66aa4442d09b9375 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -115,6 +115,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::SyntheticPointerActionParams)
IPC_STRUCT_TRAITS_MEMBER(pointer_action_type_)
IPC_STRUCT_TRAITS_MEMBER(index_)
IPC_STRUCT_TRAITS_MEMBER(position_)
+ IPC_STRUCT_TRAITS_MEMBER(button_)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::SyntheticPointerActionListParams)

Powered by Google App Engine
This is Rietveld 408576698