| Index: gpu/command_buffer/service/mailbox_manager_sync.h
|
| diff --git a/gpu/command_buffer/service/mailbox_manager_sync.h b/gpu/command_buffer/service/mailbox_manager_sync.h
|
| index 481948ee8d55f9f83298ed887baeb433b8a2fd45..ff16dd7e84c938b34d1c6abd63414e790e39797f 100644
|
| --- a/gpu/command_buffer/service/mailbox_manager_sync.h
|
| +++ b/gpu/command_buffer/service/mailbox_manager_sync.h
|
| @@ -33,8 +33,8 @@ class GPU_EXPORT MailboxManagerSync : public MailboxManager {
|
| Texture* ConsumeTexture(const Mailbox& mailbox) override;
|
| void ProduceTexture(const Mailbox& mailbox, Texture* texture) override;
|
| bool UsesSync() override;
|
| - void PushTextureUpdates(uint32 sync_point) override;
|
| - void PullTextureUpdates(uint32 sync_point) override;
|
| + void PushTextureUpdates(const SyncToken& token) override;
|
| + void PullTextureUpdates(const SyncToken& token) override;
|
| void TextureDeleted(Texture* texture) override;
|
|
|
| private:
|
|
|