diff options
Diffstat (limited to 'gpu/command_buffer/service/mailbox_manager_impl.h')
-rw-r--r-- | gpu/command_buffer/service/mailbox_manager_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/service/mailbox_manager_impl.h b/gpu/command_buffer/service/mailbox_manager_impl.h index 5ea906e..135b826 100644 --- a/gpu/command_buffer/service/mailbox_manager_impl.h +++ b/gpu/command_buffer/service/mailbox_manager_impl.h @@ -30,8 +30,8 @@ class GPU_EXPORT MailboxManagerImpl : 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; protected: |