Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index 4c2c1fac8b5880504604f97372ad5cbba1bfc173..aeca433176644302c845b7cdd9dcfbe0881054e5 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1206,6 +1206,10 @@ void RenderViewHostImpl::OnUserGesture() { |
delegate_->OnUserGesture(); |
} |
+void RenderViewHostImpl::OnUserInput(const blink::WebInputEvent::Type type) { |
+ delegate_->OnUserInput(type); |
+} |
+ |
void RenderViewHostImpl::OnClosePageACK() { |
decrement_in_flight_event_count(); |
ClosePageIgnoringUnloadEvents(); |