| Index: content/browser/renderer_host/input/input_router_config_helper.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_config_helper.cc b/content/browser/renderer_host/input/input_router_config_helper.cc
|
| index 91bd333e75e5651c7b5868038959622e57ea3618..1f53c32f1617d6e3e14284e1c2f5959fd7164b1e 100644
|
| --- a/content/browser/renderer_host/input/input_router_config_helper.cc
|
| +++ b/content/browser/renderer_host/input/input_router_config_helper.cc
|
| @@ -80,8 +80,8 @@ GestureEventQueue::Config GetGestureEventQueueConfig() {
|
|
|
| } // namespace
|
|
|
| -InputRouterImpl::Config GetInputRouterConfigForPlatform() {
|
| - InputRouterImpl::Config config;
|
| +InputRouter::Config GetInputRouterConfigForPlatform() {
|
| + InputRouter::Config config;
|
| config.gesture_config = GetGestureEventQueueConfig();
|
| config.touch_config = GetTouchEventQueueConfig();
|
| return config;
|
|
|