| Index: mojo/services/gpu/interfaces/gpu.mojom
|
| diff --git a/mojo/services/gpu/public/interfaces/gpu.mojom b/mojo/services/gpu/interfaces/gpu.mojom
|
| similarity index 86%
|
| rename from mojo/services/gpu/public/interfaces/gpu.mojom
|
| rename to mojo/services/gpu/interfaces/gpu.mojom
|
| index a448ed9aec4b660ead63e19531e719000735303e..dae63633489957cdb15a995e50d92e2a3df47392 100644
|
| --- a/mojo/services/gpu/public/interfaces/gpu.mojom
|
| +++ b/mojo/services/gpu/interfaces/gpu.mojom
|
| @@ -5,7 +5,7 @@
|
| [DartPackage="mojo_services"]
|
| module mojo;
|
|
|
| -import "gpu/public/interfaces/command_buffer.mojom";
|
| +import "gpu/interfaces/command_buffer.mojom";
|
|
|
| interface Gpu {
|
| // Creates a new offscreen OpenGL ES 2.0 context.
|
|
|