| 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 6482bb5a7e4e362135762ab551dddebafa1bd880..31100928e1ec69f8bd737d18492e7e2f3c1f750b 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -240,7 +240,8 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| static void ReturnSubscriberTexture(
|
| base::WeakPtr<DelegatedFrameHost> rwhva,
|
| scoped_refptr<OwnedMailbox> subscriber_texture,
|
| - uint32 sync_point);
|
| + uint32 sync_point,
|
| + const gpu::SyncToken& sync_token);
|
|
|
| void SendDelegatedFrameAck(uint32 output_surface_id);
|
| void SurfaceDrawn(uint32 output_surface_id, cc::SurfaceDrawStatus drawn);
|
|
|