Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: services/ui/public/interfaces/gpu_service.mojom

Issue 2133833002: gpu::GPUInfo::GPUDevice struct traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary changes Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698