diff options
Diffstat (limited to 'mojo/services/public/interfaces/gpu/gpu.mojom')
-rw-r--r-- | mojo/services/public/interfaces/gpu/gpu.mojom | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mojo/services/public/interfaces/gpu/gpu.mojom b/mojo/services/public/interfaces/gpu/gpu.mojom index c3d473d..a765c1c 100644 --- a/mojo/services/public/interfaces/gpu/gpu.mojom +++ b/mojo/services/public/interfaces/gpu/gpu.mojom @@ -6,8 +6,12 @@ module mojo; import "mojo/services/public/interfaces/geometry/geometry.mojom"; import "mojo/services/public/interfaces/gpu/command_buffer.mojom"; +import "mojo/services/public/interfaces/gpu/viewport_parameter_listener.mojom"; interface Gpu { - CreateOnscreenGLES2Context(uint64 native_viewport_id, Size? size, CommandBuffer&? gles2_client); + CreateOnscreenGLES2Context(uint64 native_viewport_id, + Size? size, + CommandBuffer&? gles2_client, + ViewportParameterListener? listener); CreateOffscreenGLES2Context(CommandBuffer&? gles2_client); }; |