| Index: mojo/services/gpu/interfaces/gpu.mojom
|
| diff --git a/mojo/services/gpu/interfaces/gpu.mojom b/mojo/services/gpu/interfaces/gpu.mojom
|
| index dae63633489957cdb15a995e50d92e2a3df47392..a30b594c637cbd14dea0ce5691a9e06016a47fa7 100644
|
| --- a/mojo/services/gpu/interfaces/gpu.mojom
|
| +++ b/mojo/services/gpu/interfaces/gpu.mojom
|
| @@ -7,6 +7,7 @@ module mojo;
|
|
|
| import "gpu/interfaces/command_buffer.mojom";
|
|
|
| +[ServiceName="mojo::Gpu"]
|
| interface Gpu {
|
| // Creates a new offscreen OpenGL ES 2.0 context.
|
| CreateOffscreenGLES2Context(CommandBuffer& gles2_client);
|
|
|