#include "content/common/input/synthetic_pointer_action.h"
#include "base/check_op.h"
#include "ui/latency/latency_info.h"
namespace content {
SyntheticPointerAction::SyntheticPointerAction(
const SyntheticPointerActionListParams& params)
: … { … }
SyntheticPointerAction::~SyntheticPointerAction() { … }
SyntheticGesture::Result SyntheticPointerAction::ForwardInputEvents(
const base::TimeTicks& timestamp,
SyntheticGestureTarget* target) { … }
bool SyntheticPointerAction::AllowHighFrequencyDispatch() const { … }
void SyntheticPointerAction::WaitForTargetAck(
base::OnceClosure callback,
SyntheticGestureTarget* target) const { … }
SyntheticPointerAction::GestureState
SyntheticPointerAction::ForwardTouchOrMouseInputEvents(
const base::TimeTicks& timestamp,
SyntheticGestureTarget* target) { … }
SyntheticPointerDriver* SyntheticPointerAction::PointerDriver() const { … }
}