diff options
Diffstat (limited to 'content/browser/renderer_host/render_widget_host_impl.cc')
-rw-r--r-- | content/browser/renderer_host/render_widget_host_impl.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc index 717e2c0..b2b8dca 100644 --- a/content/browser/renderer_host/render_widget_host_impl.cc +++ b/content/browser/renderer_host/render_widget_host_impl.cc @@ -1902,17 +1902,6 @@ bool RenderWidgetHostImpl::IgnoreInputEvents() const { return ignore_input_events_ || process_->IgnoreInputEvents(); } -bool RenderWidgetHostImpl::ShouldForwardTouchEvent() const { - // It's important that the emulator sees a complete native touch stream, - // allowing it to perform touch filtering as appropriate. - // TODO(dgozman): Remove when touch stream forwarding issues resolved, see - // crbug.com/375940. - if (touch_emulator_ && touch_emulator_->enabled()) - return true; - - return input_router_->ShouldForwardTouchEvent(); -} - void RenderWidgetHostImpl::StartUserGesture() { OnUserGesture(); } |