| Index: mojo/services/public/interfaces/gpu/gpu.mojom
|
| diff --git a/mojo/services/public/interfaces/gpu/gpu.mojom b/mojo/services/public/interfaces/gpu/gpu.mojom
|
| index d6629cd39ac1e05761d2fadaf070159a13c09c45..881c6be0a3a7f013b5118ea8eddf9fac2fba015a 100644
|
| --- a/mojo/services/public/interfaces/gpu/gpu.mojom
|
| +++ b/mojo/services/public/interfaces/gpu/gpu.mojom
|
| @@ -8,8 +8,8 @@ import "mojo/services/public/interfaces/geometry/geometry.mojom"
|
| module mojo {
|
|
|
| interface Gpu {
|
| - CreateOnscreenGLES2Context(uint64 native_viewport_id, Size size, CommandBuffer& gles2_client);
|
| - CreateOffscreenGLES2Context(CommandBuffer& gles2_client);
|
| + CreateOnscreenGLES2Context(uint64 native_viewport_id, Size? size, CommandBuffer&? gles2_client);
|
| + CreateOffscreenGLES2Context(CommandBuffer&? gles2_client);
|
| };
|
|
|
| }
|
|
|