Chromium Code Reviews| 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, |