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