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

Unified Diff: mojo/services/gles2/gles2.mojom

Issue 99323005: [Mojo] Fix race condition in sample_app's SwapBuffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « mojo/public/bindings/gles2_client/gles2_client_impl.cc ('k') | mojo/services/gles2/gles2_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/gles2.mojom
diff --git a/mojo/services/gles2/gles2.mojom b/mojo/services/gles2/gles2.mojom
index 04fe14bf1858d27a2bf8763bbf1447fd80f42099..cb6c1b70f0014e6086bfca4b09937177efdca702 100644
--- a/mojo/services/gles2/gles2.mojom
+++ b/mojo/services/gles2/gles2.mojom
@@ -6,7 +6,7 @@ module mojo {
[Peer=GLES2Client]
interface GLES2 {
- void SwapBuffers();
+ void Destroy();
};
[Peer=GLES2]
« no previous file with comments | « mojo/public/bindings/gles2_client/gles2_client_impl.cc ('k') | mojo/services/gles2/gles2_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698