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 8d6c30d10c487778f92dfab508a0275ca9e8ff4a..4f46c95367336b53ea7c475d8652e438349aa7c1 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -767,6 +767,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
// Creates the proper InputRouter, either Buffered or Immediate. |
scoped_ptr<InputRouter> CreateInputRouter(); |
+ void WindowSnapshotReachedScreen(int snapshot_id); |
+ |
// Our delegate, which wants to know mainly about keyboard events. |
// It will remain non-NULL until DetachDelegate() is called. |
RenderWidgetHostDelegate* delegate_; |