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

Unified Diff: services/ui/gpu/interfaces/gpu_service_internal.mojom

Issue 2281583003: services/ui: Split GpuServiceInternal into gpu vs. ws pieces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DONE_2016.08.24_mus-ws-gpu-refactor
Patch Set: tot merge 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/gpu/gpu_service_internal.cc ('k') | services/ui/gpu/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/gpu_service_internal.mojom
diff --git a/services/ui/gpu/interfaces/gpu_service_internal.mojom b/services/ui/gpu/interfaces/gpu_service_internal.mojom
index 9902b30ea85cf699e19a3aef08e37b61b0d8cef0..2bec0c9db55811d7a46614f1eb77eca91f80aef9 100644
--- a/services/ui/gpu/interfaces/gpu_service_internal.mojom
+++ b/services/ui/gpu/interfaces/gpu_service_internal.mojom
@@ -11,6 +11,8 @@ interface GpuServiceInternal {
// Tells the GPU service to create a new channel for communication with a
// client. The GPU service responds with an IPC handle.
- EstablishGpuChannel(int32 client_id, uint64 client_tracing_id)
+ EstablishGpuChannel(int32 client_id,
+ uint64 client_tracing_id,
+ bool is_gpu_host)
=> (handle<message_pipe> channel_handle);
};
« no previous file with comments | « services/ui/gpu/gpu_service_internal.cc ('k') | services/ui/gpu/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698