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 94a42ff3af2523563314c8937173dbe11ef88e3e..483c1de5cd1b1412bd954799c6eb424cd640770b 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -493,10 +493,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
void ParentChanged(gfx::NativeViewId new_parent); |
#endif |
- // Signals that the compositing surface was updated, e.g. after a lost context |
- // event. |
- void CompositingSurfaceUpdated(); |
- |
void set_allow_privileged_mouse_lock(bool allow) { |
allow_privileged_mouse_lock_ = allow; |
} |