| 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 f0d6b2423ed5f86d4fb56156219d6b7748c8c45c..b818d77c1b846f9ef6119bae96ce816f8a1d95ff 100644
|
| --- a/content/browser/renderer_host/delegated_frame_host.h
|
| +++ b/content/browser/renderer_host/delegated_frame_host.h
|
| @@ -33,7 +33,6 @@ class TickClock;
|
|
|
| namespace cc {
|
| class SurfaceFactory;
|
| -enum class SurfaceDrawStatus;
|
| }
|
|
|
| namespace media {
|
| @@ -239,7 +238,7 @@ class CONTENT_EXPORT DelegatedFrameHost
|
|
|
| void SendReclaimCompositorResources(uint32_t output_surface_id,
|
| bool is_swap_ack);
|
| - void SurfaceDrawn(uint32_t output_surface_id, cc::SurfaceDrawStatus drawn);
|
| + void SurfaceDrawn(uint32_t output_surface_id);
|
|
|
| // Called to consult the current |frame_subscriber_|, to determine and maybe
|
| // initiate a copy-into-video-frame request.
|
|
|