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

Unified Diff: mojo/services/public/interfaces/surfaces/surfaces.mojom

Issue 756673004: Surfaces should acknowledge frame submissions (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/services/native_viewport/viewport_surface.cc ('k') | mojo/services/surfaces/surfaces_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/surfaces/surfaces.mojom
diff --git a/mojo/services/public/interfaces/surfaces/surfaces.mojom b/mojo/services/public/interfaces/surfaces/surfaces.mojom
index 21149ab1cb5956b57609f7b7339a3051e94952ee..3cd013f31547a44055d9c3cae7ac02b6605b49b3 100644
--- a/mojo/services/public/interfaces/surfaces/surfaces.mojom
+++ b/mojo/services/public/interfaces/surfaces/surfaces.mojom
@@ -62,7 +62,7 @@ interface Surface {
CreateSurface(SurfaceId id, Size size);
// The client can only submit frames to surfaces created with this connection.
- SubmitFrame(SurfaceId id, Frame frame);
+ SubmitFrame(SurfaceId id, Frame frame) => ();
jamesr 2014/11/24 20:42:01 can you document the callback a bit?
DestroySurface(SurfaceId id);
CreateGLES2BoundSurface(CommandBuffer gles2_client,
« no previous file with comments | « mojo/services/native_viewport/viewport_surface.cc ('k') | mojo/services/surfaces/surfaces_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698