| Index: services/ui/public/interfaces/gpu.mojom
|
| diff --git a/services/ui/public/interfaces/gpu_service.mojom b/services/ui/public/interfaces/gpu.mojom
|
| similarity index 98%
|
| rename from services/ui/public/interfaces/gpu_service.mojom
|
| rename to services/ui/public/interfaces/gpu.mojom
|
| index c9844c9ccc7056d549e9ea4355336f9d1be4c0f7..552b9ebc9dc68071fc4ebd7eebbddda1e7d66c45 100644
|
| --- a/services/ui/public/interfaces/gpu_service.mojom
|
| +++ b/services/ui/public/interfaces/gpu.mojom
|
| @@ -9,7 +9,7 @@ import "gpu/ipc/common/sync_token.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
| import "ui/gfx/mojo/buffer_types.mojom";
|
|
|
| -interface GpuService {
|
| +interface Gpu {
|
| // Tells the GPU service to create a new channel for communication with a
|
| // client. The GPU service responds with client ID, IPC handle and
|
| // GPUInfo.
|
|
|