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

Unified Diff: ui/events/ozone/evdev/touch_event_converter_evdev.h

Issue 2507503002: Use touch events to report stylus events (Closed)
Patch Set: I should pay attention... Created 4 years 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/ozone/evdev/touch_evdev_types.h ('k') | ui/events/ozone/evdev/touch_event_converter_evdev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/touch_event_converter_evdev.h
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h
index 094f388ec275d8f2f56b4b939f8400915f091f03..45ceb653bcd2a1580c1f2537127c420db5f5f6ba 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
@@ -78,12 +78,6 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev
void ReportTouchEvent(const InProgressTouchEvdev& event,
EventType event_type,
base::TimeTicks timestamp);
- void ReportStylusEvent(const InProgressTouchEvdev& event,
- base::TimeTicks timestamp);
- void ReportButton(unsigned int button,
- bool down,
- const InProgressTouchEvdev& event,
- base::TimeTicks timestamp);
void ReportEvents(base::TimeTicks timestamp);
void UpdateTrackingId(int slot, int tracking_id);
« no previous file with comments | « ui/events/ozone/evdev/touch_evdev_types.h ('k') | ui/events/ozone/evdev/touch_event_converter_evdev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698