// 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 COMPONENTS_INPUT_TOUCH_EMULATOR_CLIENT_H_ #define COMPONENTS_INPUT_TOUCH_EMULATOR_CLIENT_H_ #include "third_party/blink/public/common/input/web_gesture_event.h" #include "third_party/blink/public/common/input/web_touch_event.h" #include "ui/base/ui_base_types.h" namespace ui { class Cursor; } namespace input { class RenderWidgetHostViewInput; // Emulates touch input with mouse and keyboard. class TouchEmulatorClient { … }; } // namespace input #endif // COMPONENTS_INPUT_TOUCH_EMULATOR_CLIENT_H_