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

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

Issue 664803003: Update from chromium a8e7c94b1b79a0948d05a1fcfff53391d22ce37a (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
Index: gpu/command_buffer/service/mailbox_manager.h
diff --git a/gpu/command_buffer/service/mailbox_manager.h b/gpu/command_buffer/service/mailbox_manager.h
index e1b36cb934e61b72af29a66c5e47fc5b53461343..a00b9652bfa1f8f11464d2a9125c2e51722dc5c0 100644
--- a/gpu/command_buffer/service/mailbox_manager.h
+++ b/gpu/command_buffer/service/mailbox_manager.h
@@ -41,8 +41,8 @@ class GPU_EXPORT MailboxManager : public base::RefCounted<MailboxManager> {
// Used with the MailboxSynchronizer to push/pull texture state to/from
// other manager instances.
- void PushTextureUpdates();
- void PullTextureUpdates();
+ void PushTextureUpdates(uint32 sync_point);
+ void PullTextureUpdates(uint32 sync_point);
// Destroy any mailbox that reference the given texture.
void TextureDeleted(Texture* texture);
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | gpu/command_buffer/service/mailbox_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698