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

Unified Diff: ui/events/input_device_event_observer.h

Issue 618283003: Adds special support to the device manager for keyboards devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. Created 6 years, 2 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
« no previous file with comments | « ui/events/input_device.cc ('k') | ui/events/keyboard_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/input_device_event_observer.h
diff --git a/ui/events/input_device_event_observer.h b/ui/events/input_device_event_observer.h
index 679f1f4eb70b83f9a4ec7a0ba595ddae06d131f5..c23fe9a6b7bb6f1e1c1746f432d9e8754b7b6518 100644
--- a/ui/events/input_device_event_observer.h
+++ b/ui/events/input_device_event_observer.h
@@ -12,7 +12,8 @@ class InputDeviceEventObserver {
public:
virtual ~InputDeviceEventObserver() {}
- virtual void OnInputDeviceConfigurationChanged() = 0;
+ virtual void OnKeyboardDeviceConfigurationChanged() = 0;
+ virtual void OnTouchscreenDeviceConfigurationChanged() = 0;
};
} // namespace ui
« no previous file with comments | « ui/events/input_device.cc ('k') | ui/events/keyboard_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698