Index: ui/events/ozone/evdev/input_controller_evdev.cc |
diff --git a/ui/events/ozone/evdev/input_controller_evdev.cc b/ui/events/ozone/evdev/input_controller_evdev.cc |
index 15fced21d9f6766eb7f5cc85748ae029942a752e..ba504c166043b471c587d4d6f616c34fa57b258b 100644 |
--- a/ui/events/ozone/evdev/input_controller_evdev.cc |
+++ b/ui/events/ozone/evdev/input_controller_evdev.cc |
@@ -147,4 +147,13 @@ void InputControllerEvdev::GetTouchDeviceStatus( |
reply.Run(make_scoped_ptr(new std::string)); |
} |
+void InputControllerEvdev::GetTouchEventLog( |
+ const base::FilePath& out_dir, |
+ const GetTouchEventLogReply& reply) { |
+ if (input_device_factory_) |
+ input_device_factory_->GetTouchEventLog(out_dir, reply); |
+ else |
+ reply.Run(make_scoped_ptr(new std::vector<base::FilePath>)); |
+} |
+ |
} // namespace ui |