Chromium Code Reviews| Index: third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom |
| diff --git a/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom b/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom |
| index c61869c8921aedbf100a4dad5dd79eb3476278e5..cf3e625836f8bd7ff1e552da62eefddabd122985 100644 |
| --- a/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom |
| +++ b/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom |
| @@ -9,9 +9,5 @@ import "gpu/public/interfaces/command_buffer.mojom"; |
| import "gpu/public/interfaces/viewport_parameter_listener.mojom"; |
| interface Gpu { |
| - CreateOnscreenGLES2Context(uint64 native_viewport_id, |
|
jamesr
2015/03/19 18:22:50
this seems unrelated? this API change should come
alhaad
2015/03/19 23:14:59
Oops. I was using this to run my code.
|
| - Size size, |
| - CommandBuffer& gles2_client, |
| - ViewportParameterListener? listener); |
| CreateOffscreenGLES2Context(CommandBuffer& gles2_client); |
| }; |