| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_impl.cc (revision 180972)
|
| +++ content/browser/renderer_host/render_widget_host_impl.cc (working copy)
|
| @@ -299,6 +299,10 @@
|
| return kSyntheticScrollMessageIntervalMs;
|
| }
|
|
|
| +void RenderWidgetHostImpl::SuppressNextCharEvents() {
|
| + suppress_next_char_events_ = true;
|
| +}
|
| +
|
| void RenderWidgetHostImpl::Init() {
|
| DCHECK(process_->HasConnection());
|
|
|
|
|