Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: gpu/command_buffer/service/mailbox_manager_impl.h

Issue 1331843005: Implemented new fence syncs which replaces the old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted mojo readme, changed wait() to take a pointer Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/mailbox_manager.h ('k') | gpu/command_buffer/service/mailbox_manager_sync.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « gpu/command_buffer/service/mailbox_manager.h ('k') | gpu/command_buffer/service/mailbox_manager_sync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698