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

Unified Diff: services/ui/gpu/gpu_service_mus.h

Issue 2247183005: services/ui: Get rid of IPC::ChannelHandle type converter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: const IPC::ChannelHandle& -> IPC::ChannelHandle * 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
Index: services/ui/gpu/gpu_service_mus.h
diff --git a/services/ui/gpu/gpu_service_mus.h b/services/ui/gpu/gpu_service_mus.h
index 59af4f5d5173d09d2fd17daabab70b2b95811d43..b537a4bdbd6f1310f6d6c31ddf85220a673f492a 100644
--- a/services/ui/gpu/gpu_service_mus.h
+++ b/services/ui/gpu/gpu_service_mus.h
@@ -51,7 +51,7 @@ class GpuServiceMus : public gpu::GpuChannelManagerDelegate,
public gpu::GpuChannelHostFactory,
public base::NonThreadSafe {
public:
- typedef base::Callback<void(int client_id, const IPC::ChannelHandle&)>
+ typedef base::Callback<void(int client_id, IPC::ChannelHandle*)>
EstablishGpuChannelCallback;
void EstablishGpuChannel(uint64_t client_tracing_id,
bool preempts,

Powered by Google App Engine
This is Rietveld 408576698