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

Unified Diff: components/mus/common/event_param_traits_macros.h

Issue 1800633002: IPC::ParamTraits for ui::PointerEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « components/mus/common/event_param_traits.cc ('k') | components/mus/common/event_param_traits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/event_param_traits_macros.h
diff --git a/components/mus/common/event_param_traits_macros.h b/components/mus/common/event_param_traits_macros.h
index 10b4f36cf406bffb862783ea6f3f21b22b79f418..85b457a6108ebac9febcdb5bf79cd9f8a2fc2402 100644
--- a/components/mus/common/event_param_traits_macros.h
+++ b/components/mus/common/event_param_traits_macros.h
@@ -68,6 +68,12 @@ IPC_STRUCT_TRAITS_BEGIN(ui::TouchEvent)
IPC_STRUCT_TRAITS_MEMBER(pointer_details_)
IPC_STRUCT_TRAITS_END()
+IPC_STRUCT_TRAITS_BEGIN(ui::PointerEvent)
+ IPC_STRUCT_TRAITS_PARENT(ui::LocatedEvent)
+ IPC_STRUCT_TRAITS_MEMBER(pointer_id_)
+ IPC_STRUCT_TRAITS_MEMBER(details_)
+IPC_STRUCT_TRAITS_END()
+
IPC_STRUCT_TRAITS_BEGIN(ui::DomKey)
IPC_STRUCT_TRAITS_MEMBER(value_)
IPC_STRUCT_TRAITS_END()
« no previous file with comments | « components/mus/common/event_param_traits.cc ('k') | components/mus/common/event_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698