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

Unified Diff: ui/events/event.h

Issue 2786693002: Add PointerDetails to ui::MouseEvent's constructors (Closed)
Patch Set: mouse event constructor Created 3 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 | « ui/events/blink/web_input_event_unittest.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 d121f727196e2bfbad3bb6f77fa49e41aca3255b..ab2bae4b1cafbc7b500105732d30148a42c116f5 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -519,7 +519,8 @@ class EVENTS_EXPORT MouseEvent : public LocatedEvent {
const gfx::Point& root_location,
base::TimeTicks time_stamp,
int flags,
- int changed_button_flags);
+ int changed_button_flags,
+ const PointerDetails& pointer_details);
sadrul 2017/04/04 03:47:14 Most (all) users of this ctor simply pass in the d
// Conveniences to quickly test what button is down
bool IsOnlyLeftMouseButton() const {
« no previous file with comments | « ui/events/blink/web_input_event_unittest.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698