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

Unified Diff: ui/events/event.h

Issue 2849083002: Add pointer id to the WebMouseEvent's constructors (Closed)
Patch Set: Use KMousePointerId Created 3 years, 7 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 | « ui/events/blink/web_input_event_builders_win.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 5a8b2defc5851396fdcd74008351b6c52b313bee..7a0e396f66b264a5a7a82e989009ea45ecf676ad 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -481,7 +481,7 @@ struct EVENTS_EXPORT PointerDetails {
class EVENTS_EXPORT MouseEvent : public LocatedEvent {
public:
- static const int32_t kMousePointerId;
+ static const int kMousePointerId;
sky 2017/05/05 22:51:46 This value is serialized in mojom as an int32. It
explicit MouseEvent(const base::NativeEvent& native_event);
« no previous file with comments | « ui/events/blink/web_input_event_builders_win.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698