Chromium Code Reviews| Index: mojo/services/public/interfaces/native_viewport/native_viewport.mojom |
| diff --git a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom |
| index b168104a704be40bcf438f5d1c68b0ee557c74c4..4a083bfbe80ec485cf5e3a787f2772eccb92ca4f 100644 |
| --- a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom |
| +++ b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom |
| @@ -16,6 +16,7 @@ interface NativeViewport { |
| Close(); |
| SetBounds(Rect bounds); |
| CreateGLES2Context(CommandBuffer& gles2_client); |
| + CreateOffscreenGLES2Context(CommandBuffer& gles2_client); |
|
darin (slow to review)
2014/08/13 04:44:25
Is it necessary for this to be supplied by the Nat
|
| }; |
| interface NativeViewportClient { |