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

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

Issue 797483002: ozone: evdev: Populate keyboard list on DeviceDataManager (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/event_converter_evdev.h
diff --git a/ui/events/ozone/evdev/event_converter_evdev.h b/ui/events/ozone/evdev/event_converter_evdev.h
index 5bb9e05325dd4999ee366eb90df287cf6784cce2..e67d36d32338c0144c2a2acd0c7becd1e3698635 100644
--- a/ui/events/ozone/evdev/event_converter_evdev.h
+++ b/ui/events/ozone/evdev/event_converter_evdev.h
@@ -36,6 +36,9 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdev
// Stop reading events.
void Stop();
+ // Returns true of the converter is used for a keyboard device.
+ virtual bool HasKeyboard() const;
+
// Returns true of the converter is used for a touchscreen device.
virtual bool HasTouchscreen() const;
« no previous file with comments | « no previous file | ui/events/ozone/evdev/event_converter_evdev.cc » ('j') | ui/events/ozone/evdev/event_device_info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698