| 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 68fb6a44997e94f2d821458a3bd1daae81a876d5..b912ab604cdfe354b4197999f09599563ab91c95 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -418,12 +418,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| int renderer_host_id,
|
| const cc::CompositorFrameAck& ack);
|
|
|
| - // Called by the view to return resources to the compositor.
|
| - static void SendReclaimCompositorResources(int32_t route_id,
|
| - uint32_t output_surface_id,
|
| - int renderer_host_id,
|
| - const cc::CompositorFrameAck& ack);
|
| -
|
| void set_allow_privileged_mouse_lock(bool allow) {
|
| allow_privileged_mouse_lock_ = allow;
|
| }
|
|
|