// 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_OZONE_PUBLIC_SYSTEM_INPUT_INJECTOR_H_ #define UI_OZONE_PUBLIC_SYSTEM_INPUT_INJECTOR_H_ #include "base/component_export.h" #include "ui/events/event.h" #include "ui/events/keycodes/dom/keycode_converter.h" namespace gfx { class PointF; } // namespace gfx namespace ui { // Interface exposed for remoting to convert its events from the network to // native events. class COMPONENT_EXPORT(OZONE) SystemInputInjector { … }; } // namespace ui #endif // UI_OZONE_PUBLIC_SYSTEM_INPUT_INJECTOR_H_