// 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. #include "build/build_config.h" #include "content/common/input/synthetic_gesture_params.h" namespace content { SyntheticGestureParams::SyntheticGestureParams() : … { … } SyntheticGestureParams::SyntheticGestureParams( const SyntheticGestureParams& other) = default; SyntheticGestureParams::~SyntheticGestureParams() { … } bool SyntheticGestureParams::IsGestureSourceTypeSupported( mojom::GestureSourceType gesture_source_type) { … } } // namespace content