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

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

Issue 868043003: [PATCH 8/11] ozone: evdev: Plumb device changes to EventFactoryEvdev (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates for events_unittests Created 5 years, 11 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
Index: ui/events/ozone/evdev/event_converter_evdev.cc
diff --git a/ui/events/ozone/evdev/event_converter_evdev.cc b/ui/events/ozone/evdev/event_converter_evdev.cc
index fad7bc341af421336143b7fc1f5c71b338f22207..f6fe8fc0b366fc7a9c877723b83de4e6cb06dd76 100644
--- a/ui/events/ozone/evdev/event_converter_evdev.cc
+++ b/ui/events/ozone/evdev/event_converter_evdev.cc
@@ -39,6 +39,10 @@ bool EventConverterEvdev::HasKeyboard() const {
return false;
}
+bool EventConverterEvdev::HasMouse() const {
+ return false;
+}
+
bool EventConverterEvdev::HasTouchpad() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698