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 b2e500cb705a32927a3b7498889833d5e2379454..1092a6afa08dc0e3dfc1781919c4f00e079f8817 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -390,6 +390,10 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
allow_privileged_mouse_lock_ = allow; |
} |
+ // Resets state variables related to events, size/resize, painting so things |
rjkroege
2012/08/22 21:57:38
call RendererExited?
lazyboy
2012/08/23 00:45:22
Not sure if I understand the comment. At first I t
|
+ // work with a new renderer. |
+ void ResetFlags(); |
+ |
protected: |
virtual RenderWidgetHostImpl* AsRenderWidgetHostImpl() OVERRIDE; |