blob: 6856daf009dc5088e32d16a94b8176d50ce001b0 [file] [log] [blame]
// 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.
#ifndef CONTENT_COMMON_INPUT_INPUT_ROUTER_CONFIG_HELPER_H_
#define CONTENT_COMMON_INPUT_INPUT_ROUTER_CONFIG_HELPER_H_
#include "content/common/input/input_router.h"
namespace content {
// Return an InputRouter configuration with parameters tailored to the current
// platform.
InputRouter::Config GetInputRouterConfigForPlatform(
scoped_refptr<base::SingleThreadTaskRunner> task_runner);
} // namespace content
#endif // CONTENT_COMMON_INPUT_INPUT_ROUTER_CONFIG_HELPER_H_