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

Unified Diff: content/gpu/gpu_child_thread.cc

Issue 2755813002: Begin to wean child processes off reliance on a persistent service_manager::Connection to the brows… (Closed)
Patch Set: . Created 3 years, 9 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 | « content/child/push_messaging/push_provider.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.cc
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
index 6c8d424431666b8842517245f8fa99c07baa914c..1390ab0806ec76083c8761e479b6a027abdc1170 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -336,8 +336,7 @@ void GpuChildThread::CreateGpuService(
if (GetContentClient()->gpu()) { // NULL in tests.
GetContentClient()->gpu()->ExposeInterfacesToBrowser(GetInterfaceRegistry(),
gpu_preferences);
- GetContentClient()->gpu()->ConsumeInterfacesFromBrowser(
- GetRemoteInterfaces());
+ GetContentClient()->gpu()->ConsumeInterfacesFromBrowser(GetConnector());
}
GetInterfaceRegistry()->ResumeBinding();
« no previous file with comments | « content/child/push_messaging/push_provider.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698