| Index: content/browser/compositor/delegated_frame_host.h
|
| diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
|
| index 593455b97fb183f9f6372ece5dc6e6d1a239d07e..6642cccf35c8574ce654a68244b101975369cda7 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -25,6 +25,7 @@
|
|
|
| namespace cc {
|
| class SurfaceFactory;
|
| +enum class SurfaceDrawStatus;
|
| }
|
|
|
| namespace media {
|
| @@ -212,7 +213,7 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| uint32 sync_point);
|
|
|
| void SendDelegatedFrameAck(uint32 output_surface_id);
|
| - void SurfaceDrawn(uint32 output_surface_id, bool drawn);
|
| + void SurfaceDrawn(uint32 output_surface_id, cc::SurfaceDrawStatus drawn);
|
| void SendReturnedDelegatedResources(uint32 output_surface_id);
|
|
|
| // DelegatedFrameEvictorClient implementation.
|
|
|