| Index: content/browser/renderer_host/delegated_frame_host.h
|
| diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
|
| index d539e9e3604ce8b4fa083d52b25488cbc15c05df..c379f5a259cb387a99bb7a0843d62413089f40f9 100644
|
| --- a/content/browser/renderer_host/delegated_frame_host.h
|
| +++ b/content/browser/renderer_host/delegated_frame_host.h
|
| @@ -72,9 +72,6 @@ class CONTENT_EXPORT DelegatedFrameHostClient {
|
| virtual void DelegatedFrameHostSendCompositorSwapAck(
|
| int output_surface_id,
|
| const cc::CompositorFrameAck& ack) = 0;
|
| - virtual void DelegatedFrameHostSendReclaimCompositorResources(
|
| - int output_surface_id,
|
| - const cc::CompositorFrameAck& ack) = 0;
|
| virtual void DelegatedFrameHostOnLostCompositorResources() = 0;
|
|
|
| virtual void DelegatedFrameHostUpdateVSyncParameters(
|
| @@ -240,7 +237,6 @@ class CONTENT_EXPORT DelegatedFrameHost
|
|
|
| void SendDelegatedFrameAck(uint32_t output_surface_id);
|
| void SurfaceDrawn(uint32_t output_surface_id, cc::SurfaceDrawStatus drawn);
|
| - void SendReturnedDelegatedResources(uint32_t output_surface_id);
|
|
|
| // Called to consult the current |frame_subscriber_|, to determine and maybe
|
| // initiate a copy-into-video-frame request.
|
|
|