| Index: services/ui/public/interfaces/gpu_service.mojom
|
| diff --git a/components/mus/public/interfaces/gpu_service.mojom b/services/ui/public/interfaces/gpu_service.mojom
|
| similarity index 85%
|
| rename from components/mus/public/interfaces/gpu_service.mojom
|
| rename to services/ui/public/interfaces/gpu_service.mojom
|
| index 64ad2d1b9f024ef6a82b2fcead63511e3de19c28..4e1bca3b50f2823cf4c0444b1184b354eb02477d 100644
|
| --- a/components/mus/public/interfaces/gpu_service.mojom
|
| +++ b/services/ui/public/interfaces/gpu_service.mojom
|
| @@ -4,10 +4,10 @@
|
|
|
| module mus.mojom;
|
|
|
| -import "components/mus/public/interfaces/channel_handle.mojom";
|
| -import "components/mus/public/interfaces/gpu.mojom";
|
| -import "components/mus/public/interfaces/gpu_memory_buffer.mojom";
|
| import "gpu/ipc/common/sync_token.mojom";
|
| +import "services/ui/public/interfaces/channel_handle.mojom";
|
| +import "services/ui/public/interfaces/gpu.mojom";
|
| +import "services/ui/public/interfaces/gpu_memory_buffer.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
|
|
| interface GpuService {
|
|
|