| Index: services/ui/gpu/interfaces/gpu_host.mojom
|
| diff --git a/services/ui/gpu/interfaces/gpu_service_host.mojom b/services/ui/gpu/interfaces/gpu_host.mojom
|
| similarity index 96%
|
| rename from services/ui/gpu/interfaces/gpu_service_host.mojom
|
| rename to services/ui/gpu/interfaces/gpu_host.mojom
|
| index f6aa1384ac0c617ef508838599a1e39112cba85f..cd84b9e26737b977e2f6dd4e9156b59917e14d05 100644
|
| --- a/services/ui/gpu/interfaces/gpu_service_host.mojom
|
| +++ b/services/ui/gpu/interfaces/gpu_host.mojom
|
| @@ -8,7 +8,7 @@ import "gpu/ipc/common/gpu_info.mojom";
|
| import "services/ui/gpu/interfaces/context_lost_reason.mojom";
|
| import "url/mojo/url.mojom";
|
|
|
| -interface GpuServiceHost {
|
| +interface GpuHost {
|
| DidInitialize(gpu.mojom.GpuInfo gpu_info);
|
| DidCreateOffscreenContext(url.mojom.Url url);
|
| DidDestroyOffscreenContext(url.mojom.Url url);
|
|
|