| Index: components/mus/public/interfaces/command_buffer.mojom
|
| diff --git a/components/mus/public/interfaces/command_buffer.mojom b/components/mus/public/interfaces/command_buffer.mojom
|
| index 1af78e5862da29a611b8a484888f086ce8c17000..240078ffd15168f49009fef716fc3a3011938429 100644
|
| --- a/components/mus/public/interfaces/command_buffer.mojom
|
| +++ b/components/mus/public/interfaces/command_buffer.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojo;
|
| +module mus.mojom;
|
|
|
| import "components/mus/public/interfaces/gpu_capabilities.mojom";
|
| import "ui/mojo/geometry/geometry.mojom";
|
| @@ -59,7 +59,7 @@ interface CommandBuffer {
|
| CreateImage(int32 id,
|
| handle memory_handle,
|
| int32 type,
|
| - Size size,
|
| + mojo.Size size,
|
| int32 format,
|
| int32 internal_format);
|
| DestroyImage(int32 id);
|
|
|