chromium/components/input/input_router_config_helper.cc

// 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.

#include "components/input/input_router_config_helper.h"

#include "base/command_line.h"
#include "base/task/single_thread_task_runner.h"
#include "build/build_config.h"
#include "ui/events/gesture_detection/gesture_configuration.h"
#include "ui/events/gesture_detection/gesture_detector.h"

namespace input {
namespace {

PassthroughTouchEventQueue::Config CreateTouchEventQueueConfig(
    scoped_refptr<base::SingleThreadTaskRunner> task_runner) {}

GestureEventQueue::Config GetGestureEventQueueConfig() {}

}  // namespace

InputRouter::Config::Config() {}

InputRouter::Config GetInputRouterConfigForPlatform(
    scoped_refptr<base::SingleThreadTaskRunner> task_runner) {}

}  // namespace input