| Index: content/renderer/input/input_event_filter.cc
|
| diff --git a/content/renderer/input/input_event_filter.cc b/content/renderer/input/input_event_filter.cc
|
| index 6b648c7d15685791928f243c35d1ffbf0c651bff..bdac91e6fa6071b19c17be19f0c4dc5503ff6feb 100644
|
| --- a/content/renderer/input/input_event_filter.cc
|
| +++ b/content/renderer/input/input_event_filter.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/trace_event/trace_event.h"
|
| +#include "components/web_input/synchronous_input_handler_proxy.h"
|
| #include "content/common/input/did_overscroll_params.h"
|
| #include "content/common/input/web_input_event_traits.h"
|
| #include "content/common/input_messages.h"
|
| @@ -57,7 +58,8 @@ void InputEventFilter::SetBoundHandler(const Handler& handler) {
|
|
|
| void InputEventFilter::DidAddInputHandler(
|
| int routing_id,
|
| - SynchronousInputHandlerProxy* synchronous_input_handler_proxy) {
|
| + web_input::SynchronousInputHandlerProxy*
|
| + synchronous_input_handler_proxy) {
|
| base::AutoLock locked(routes_lock_);
|
| routes_.insert(routing_id);
|
| }
|
|
|