| Index: mojo/services/gpu/public/interfaces/gpu.mojom
|
| diff --git a/mojo/services/gpu/public/interfaces/gpu.mojom b/mojo/services/gpu/public/interfaces/gpu.mojom
|
| index 4b74035ac6589adcfdb732a7465ff774687f9bd4..5ac99bfd3ad9affe3de04149756f5248717f5ebb 100644
|
| --- a/mojo/services/gpu/public/interfaces/gpu.mojom
|
| +++ b/mojo/services/gpu/public/interfaces/gpu.mojom
|
| @@ -10,8 +10,8 @@ import "mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom";
|
|
|
| interface Gpu {
|
| CreateOnscreenGLES2Context(uint64 native_viewport_id,
|
| - Size? size,
|
| - CommandBuffer&? gles2_client,
|
| + Size size,
|
| + CommandBuffer& gles2_client,
|
| ViewportParameterListener? listener);
|
| - CreateOffscreenGLES2Context(CommandBuffer&? gles2_client);
|
| + CreateOffscreenGLES2Context(CommandBuffer& gles2_client);
|
| };
|
|
|