|
Remove KeyboardDevice class.
The KeyboardDevice class is a subclass of InputDevice that adds no new
functionality. This makes it unnecessary and adds additional burden when
designing Mojo structs to move around input device information.
Remove the KeyboardDevice class and replace all uses with InputDevice
instead.
BUG= 601981
Committed: https://crrev.com/65cb32e4bac337419a78cc63fcd795567b130385
Cr-Commit-Position: refs/heads/master@{#396950}
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+91 lines, -156 lines) |
Patch |
 |
M |
ash/test/virtual_keyboard_test_helper.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/virtual_keyboard_controller.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/virtual_keyboard_controller_unittest.cc
|
View
|
1
|
13 chunks |
+31 lines, -32 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/events/event_rewriter.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/device_data_manager.h
|
View
|
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/device_data_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/device_hotplug_event_observer.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/events_devices.gyp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ui/events/devices/keyboard_device.h
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
ui/events/devices/keyboard_device.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/device_data_manager_x11.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/device_data_manager_x11.cc
|
View
|
1
|
4 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/events/devices/x11/device_data_manager_x11_unittest.cc
|
View
|
|
7 chunks |
+17 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/device_event_dispatcher_evdev.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_converter_test_util.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_factory_evdev.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/event_factory_evdev.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/input_device_factory_evdev.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/platform/x11/x11_hotplug_event_handler.cc
|
View
|
|
5 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 16 (8 generated)
|