| 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();
|
|
|