#include "content/common/input/synthetic_pinch_gesture.h"
#include <memory>
#include "content/common/input/synthetic_touchpad_pinch_gesture.h"
#include "content/common/input/synthetic_touchscreen_pinch_gesture.h"
namespace content {
SyntheticPinchGesture::SyntheticPinchGesture(
const SyntheticPinchGestureParams& params)
: … { … }
SyntheticPinchGesture::~SyntheticPinchGesture() = default;
SyntheticGesture::Result SyntheticPinchGesture::ForwardInputEvents(
const base::TimeTicks& timestamp,
SyntheticGestureTarget* target) { … }
void SyntheticPinchGesture::WaitForTargetAck(
base::OnceClosure callback,
SyntheticGestureTarget* target) const { … }
}