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

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

Issue 2247183005: services/ui: Get rid of IPC::ChannelHandle type converter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review issues Created 4 years, 4 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
« no previous file with comments | « services/ui/public/interfaces/channel_handle.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 54bbd9f66bbdef0cc613faca23afc6b97193eb79..f1f443c47e1aab9a14beb1dfdbfaca06ac18b2ee 100644
--- a/services/ui/public/interfaces/gpu_service.mojom
+++ b/services/ui/public/interfaces/gpu_service.mojom
@@ -6,7 +6,6 @@ module ui.mojom;
import "gpu/ipc/common/gpu_info.mojom";
import "gpu/ipc/common/sync_token.mojom";
-import "services/ui/public/interfaces/channel_handle.mojom";
import "services/ui/public/interfaces/gpu_memory_buffer.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
@@ -16,7 +15,7 @@ interface GpuService {
// GPUInfo.
[Sync]
EstablishGpuChannel() => (int32 client_id,
- ChannelHandle channel_handle,
+ handle<message_pipe> channel_handle,
gpu.mojom.GpuInfo gpu_info);
// Tells the GPU service to create a new GPU memory buffer.
« no previous file with comments | « services/ui/public/interfaces/channel_handle.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698