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

Unified Diff: ui/events/event.h

Issue 2753163004: Remove ID from ui::PointerEvent's constructors (Closed)
Patch Set: 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/aura/mus/window_tree_client_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 be670ee5fec82a7adf52108e0b6de65061bb1694..c93c28e4ffc83960f5ff76bf8db72a7594a21d80 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -745,7 +745,6 @@ class EVENTS_EXPORT PointerEvent : public LocatedEvent {
const gfx::Point& location,
const gfx::Point& root_location,
int flags,
- int pointer_id,
int changed_button_flags,
const PointerDetails& pointer_details,
base::TimeTicks time_stamp);
« no previous file with comments | « ui/aura/mus/window_tree_client_unittest.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698