// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_COMMON_INPUT_SYNTHETIC_GESTURE_TARGET_H_ #define CONTENT_COMMON_INPUT_SYNTHETIC_GESTURE_TARGET_H_ #include "base/functional/callback_forward.h" #include "base/time/time.h" #include "content/common/input/synthetic_gesture_params.h" namespace blink { class WebInputEvent; } namespace content { // Interface between the synthetic gesture controller and the RenderWidgetHost. class SyntheticGestureTarget { … }; } // namespace content #endif // CONTENT_COMMON_INPUT_SYNTHETIC_GESTURE_TARGET_H_