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

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

Issue 2516883003: mus-gpu: Allow connection request to gpu to fail. (Closed)
Patch Set: Created 4 years, 1 month 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/cpp/gpu/gpu_service.cc ('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 a59fd224c6e10b6fe41b1fdb43772233c7eb5f55..00101109cf833a756d5e5132ac49205c3c148ffb 100644
--- a/services/ui/public/interfaces/gpu_service.mojom
+++ b/services/ui/public/interfaces/gpu_service.mojom
@@ -16,7 +16,7 @@ interface GpuService {
// GPUInfo.
[Sync]
EstablishGpuChannel() => (int32 client_id,
- handle<message_pipe> 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/cpp/gpu/gpu_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698