Index: content/browser/renderer_host/render_widget_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_impl.h (revision 180972) |
+++ content/browser/renderer_host/render_widget_host_impl.h (working copy) |
@@ -431,6 +431,10 @@ |
int SyntheticScrollMessageInterval() const; |
+ // Suppreses future char events until a keydown. See |
+ // suppress_next_char_events_. |
+ void SuppressNextCharEvents(); |
+ |
protected: |
virtual RenderWidgetHostImpl* AsRenderWidgetHostImpl() OVERRIDE; |