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

Unified Diff: services/gles2/command_buffer_driver.h

Issue 1348283004: Use MailboxManagerSync on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add todo comment Created 5 years, 3 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 | « services/gles2/BUILD.gn ('k') | services/gles2/command_buffer_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gles2/command_buffer_driver.h
diff --git a/services/gles2/command_buffer_driver.h b/services/gles2/command_buffer_driver.h
index c3d6501c13a2aa4bcc49c2f95df23026d8c45ea1..7775d7b4afb1bbefee5c7ffbb6930246a7f134ed 100644
--- a/services/gles2/command_buffer_driver.h
+++ b/services/gles2/command_buffer_driver.h
@@ -69,6 +69,7 @@ class CommandBufferDriver {
uint32_t size);
void DestroyTransferBuffer(int32_t id);
void Echo(const mojo::Callback<void()>& callback);
+ void RetireSyncPointOnGpuThread(uint32_t sync_point);
private:
bool DoInitialize(mojo::ScopedSharedBufferHandle shared_state);
« no previous file with comments | « services/gles2/BUILD.gn ('k') | services/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698