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

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

Issue 2019413002: Remove KeyboardDevice class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/device_event_dispatcher_evdev.h
diff --git a/ui/events/ozone/evdev/device_event_dispatcher_evdev.h b/ui/events/ozone/evdev/device_event_dispatcher_evdev.h
index 164d9f703513f05144ab40669387bdc27a78b9af..909465f7a6fdc2dfa8e8949aed88aac51da64c11 100644
--- a/ui/events/ozone/evdev/device_event_dispatcher_evdev.h
+++ b/ui/events/ozone/evdev/device_event_dispatcher_evdev.h
@@ -9,7 +9,6 @@
#include "base/time/time.h"
#include "ui/events/devices/input_device.h"
-#include "ui/events/devices/keyboard_device.h"
#include "ui/events/devices/touchscreen_device.h"
#include "ui/events/event.h"
#include "ui/events/event_constants.h"
@@ -156,7 +155,7 @@ class EVENTS_OZONE_EVDEV_EXPORT DeviceEventDispatcherEvdev {
// Device lifecycle events.
virtual void DispatchKeyboardDevicesUpdated(
- const std::vector<KeyboardDevice>& devices) = 0;
+ const std::vector<InputDevice>& devices) = 0;
virtual void DispatchTouchscreenDevicesUpdated(
const std::vector<TouchscreenDevice>& devices) = 0;
virtual void DispatchMouseDevicesUpdated(

Powered by Google App Engine
This is Rietveld 408576698