| 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 f7662d2bf52f460324c5ab90c27f265669736bd2..fce8e9ca3753da617928c10c52c40e9b27532698 100644
|
| --- a/ui/events/ozone/evdev/event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/event_converter_evdev.cc
|
| @@ -16,14 +16,8 @@ namespace ui {
|
| EventConverterEvdev::EventConverterEvdev(int fd,
|
| const base::FilePath& path,
|
| int id,
|
| - InputDeviceType type,
|
| - const std::string& name,
|
| - uint16_t vendor_id,
|
| - uint16_t product_id)
|
| - : fd_(fd),
|
| - path_(path),
|
| - input_device_(id, type, name, vendor_id, product_id),
|
| - ignore_events_(false) {
|
| + InputDeviceType type)
|
| + : fd_(fd), path_(path), id_(id), type_(type), ignore_events_(false) {
|
| }
|
|
|
| EventConverterEvdev::~EventConverterEvdev() {
|
|
|