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 d1231cac59e114d85b14c29a2dba13ae080f5293..bbd1c48f1bddb37098dd3064602fa3fa45a843b8 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; |
} |