| Index: content/browser/renderer_host/input/input_router_impl.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc
|
| index 522758c0abe2b02e3d98969f219c386868d77ea6..c17a5280a47e788927c571b298c973b2672db786 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl.cc
|
| @@ -498,8 +498,6 @@ void InputRouterImpl::OnSelectRangeAck() {
|
| }
|
|
|
| void InputRouterImpl::OnHasTouchEventHandlers(bool has_handlers) {
|
| - if (has_handlers == touch_event_queue_->has_handlers())
|
| - return;
|
| touch_event_queue_->OnHasTouchEventHandlers(has_handlers);
|
| client_->OnHasTouchEventHandlers(has_handlers);
|
| }
|
|
|