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

Unified Diff: components/mus/common/event_param_traits.cc

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 | « no previous file | components/mus/common/event_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/event_param_traits.cc
diff --git a/components/mus/common/event_param_traits.cc b/components/mus/common/event_param_traits.cc
index 2fd40dbfc1bca29da057f150b5b709b974018db4..bc89c6ad85d3dd22166ee92b33684c08120a55f7 100644
--- a/components/mus/common/event_param_traits.cc
+++ b/components/mus/common/event_param_traits.cc
@@ -66,6 +66,13 @@ namespace IPC {
case ui::EventType::ET_TOUCH_CANCELLED: \
case ui::EventType::ET_DROP_TARGET_EVENT: \
implName(ui::TouchEvent) \
+ case ui::EventType::ET_POINTER_DOWN: \
+ case ui::EventType::ET_POINTER_MOVED: \
+ case ui::EventType::ET_POINTER_UP: \
+ case ui::EventType::ET_POINTER_CANCELLED: \
+ case ui::EventType::ET_POINTER_ENTERED: \
+ case ui::EventType::ET_POINTER_EXITED: \
+ implName(ui::PointerEvent) \
case ui::EventType::ET_GESTURE_SCROLL_BEGIN: \
case ui::EventType::ET_GESTURE_SCROLL_END: \
case ui::EventType::ET_GESTURE_SCROLL_UPDATE: \
« no previous file with comments | « no previous file | components/mus/common/event_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698