summaryrefslogtreecommitdiff
path: root/chromium/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h')
-rw-r--r--chromium/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h b/chromium/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
index 94dc5cb92c8..bbf3c9fd1d9 100644
--- a/chromium/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
+++ b/chromium/ui/events/ozone/evdev/input_device_factory_evdev_proxy.h
@@ -5,9 +5,6 @@
#ifndef UI_EVENTS_OZONE_EVDEV_INPUT_DEVICE_FACTORY_EVDEV_PROXY_H_
#define UI_EVENTS_OZONE_EVDEV_INPUT_DEVICE_FACTORY_EVDEV_PROXY_H_
-#include <memory>
-#include <set>
-#include <vector>
#include "base/compiler_specific.h"
#include "base/component_export.h"
@@ -42,6 +39,7 @@ class COMPONENT_EXPORT(EVDEV) InputDeviceFactoryEvdevProxy {
void RemoveInputDevice(const base::FilePath& path);
void OnStartupScanComplete();
void SetCapsLockLed(bool enabled);
+ void GetStylusSwitchState(InputController::GetStylusSwitchStateReply reply);
void SetTouchEventLoggingEnabled(bool enabled);
void UpdateInputDeviceSettings(const InputDeviceSettingsEvdev& settings);
void GetTouchDeviceStatus(InputController::GetTouchDeviceStatusReply reply);