| Index: gpu/command_buffer/service/mailbox_manager_impl.h
|
| diff --git a/gpu/command_buffer/service/mailbox_manager_impl.h b/gpu/command_buffer/service/mailbox_manager_impl.h
|
| index 5ea906e8f49400fca538a69397b44ee40b5cf591..135b8260e28717e58da821df2ff1867a22ba1948 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:
|
|
|