// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_EVENTS_OZONE_EVDEV_INPUT_INJECTOR_EVDEV_H_ #define UI_EVENTS_OZONE_EVDEV_INPUT_INJECTOR_EVDEV_H_ #include "base/component_export.h" #include "base/memory/raw_ptr.h" #include "ui/events/event_constants.h" #include "ui/events/ozone/evdev/event_dispatch_callback.h" #include "ui/ozone/public/system_input_injector.h" namespace ui { class CursorDelegateEvdev; class DeviceEventDispatcherEvdev; class COMPONENT_EXPORT(EVDEV) InputInjectorEvdev : public SystemInputInjector { … }; } // namespace ui #endif // UI_EVENTS_OZONE_EVDEV_INPUT_INJECTOR_EVDEV_H_