| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 7cbc84ec81707325946f5990638757a73449f779..836231316cc3ff3696ebed339e88a42fee144cf7 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -453,10 +453,6 @@ void RenderWidgetHostImpl::SendScreenRects() {
|
| waiting_for_screen_rects_ack_ = true;
|
| }
|
|
|
| -void RenderWidgetHostImpl::SuppressEventsUntilKeyDown() {
|
| - suppress_events_until_keydown_ = true;
|
| -}
|
| -
|
| void RenderWidgetHostImpl::FlushInput() {
|
| input_router_->RequestNotificationWhenFlushed();
|
| if (synthetic_gesture_controller_)
|
|
|