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

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

Issue 790153005: ozone: evdev: Add property to identify internal or external devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: ui/events/ozone/evdev/tablet_event_converter_evdev.h
diff --git a/ui/events/ozone/evdev/tablet_event_converter_evdev.h b/ui/events/ozone/evdev/tablet_event_converter_evdev.h
index 4576c0c2ad6d53eea30591ea07d486be3ea37492..dc57ed88d65ec3c0936304e0304167afde98fbdb 100644
--- a/ui/events/ozone/evdev/tablet_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/tablet_event_converter_evdev.h
@@ -24,6 +24,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TabletEventConverterEvdev
TabletEventConverterEvdev(int fd,
base::FilePath path,
int id,
+ InputDeviceType type,
EventModifiersEvdev* modifiers,
CursorDelegateEvdev* cursor,
const EventDeviceInfo& info,

Powered by Google App Engine
This is Rietveld 408576698