Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index bd228ac9fc36ae0c79e185a36c93ccf08a357b7f..5757710643775dc02cbcfdc983027267e38502aa 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -136,6 +136,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
const gfx::Size& page_size, |
const gfx::Size& desired_size) OVERRIDE; |
virtual void Replace(const string16& word) OVERRIDE; |
+ virtual void ReplaceMisspelling(const string16& word) OVERRIDE; |
virtual void ResizeRectChanged(const gfx::Rect& new_rect) OVERRIDE; |
virtual void RestartHangMonitorTimeout() OVERRIDE; |
virtual void SetIgnoreInputEvents(bool ignore_input_events) OVERRIDE; |