| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 4aabfd167311f7e7bd0ab2e5047601a811a3685a..5697262555bbd80c1f8f2468d48b5c195dc7a9be 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -332,6 +332,11 @@ class GpuProcessHost::ConnectionFilterImpl : public ConnectionFilter {
|
|
|
| GetContentClient()->browser()->ExposeInterfacesToGpuProcess(registry,
|
| host_);
|
| +
|
| +#if defined(OS_ANDROID)
|
| + GpuProcessHostUIShim::RegisterUIThreadMojoInterfaces(registry);
|
| +#endif
|
| +
|
| return true;
|
| }
|
|
|
|
|