Index: services/ui/public/interfaces/gpu_service.mojom |
diff --git a/services/ui/public/interfaces/gpu_service.mojom b/services/ui/public/interfaces/gpu_service.mojom |
index ee869ee1f336170e1c434c68fc5c8ed39a0a80aa..19d4eff378f211f5bab337977dc93a5a6da6eff1 100644 |
--- a/services/ui/public/interfaces/gpu_service.mojom |
+++ b/services/ui/public/interfaces/gpu_service.mojom |
@@ -6,7 +6,7 @@ module ui.mojom; |
import "gpu/ipc/common/sync_token.mojom"; |
import "services/ui/public/interfaces/channel_handle.mojom"; |
-import "services/ui/public/interfaces/gpu.mojom"; |
+import "gpu/ipc/common/gpu_info.mojom"; |
import "services/ui/public/interfaces/gpu_memory_buffer.mojom"; |
import "ui/gfx/geometry/mojo/geometry.mojom"; |
@@ -16,7 +16,7 @@ interface GpuService { |
// GPUInfo. |
[Sync] |
EstablishGpuChannel() |
- => (int32 client_id, ChannelHandle channel_handle, GpuInfo gpu_info); |
+ => (int32 client_id, ChannelHandle channel_handle, gpu.mojom.GpuInfo gpu_info); |
// Tells the GPU service to create a new GPU memory buffer. |
CreateGpuMemoryBuffer(GpuMemoryBufferId id, |