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

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

Issue 2507503002: Use touch events to report stylus events (Closed)
Patch Set: fixed unit test Created 4 years, 1 month 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
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..8bf7a0abb31efbb4aa8e1f1f48b81a8629863c03 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
@@ -78,8 +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,

Powered by Google App Engine
This is Rietveld 408576698