| 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 ec7cd536b8fc5b9a72eb08ffab5ddc508649e0ee..eafa7ffbb472fbfd55adbd5aff4a9b38882e2de7 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -341,6 +341,11 @@ class GpuProcessHost::ConnectionFilterImpl : public ConnectionFilter {
|
|
|
| GetContentClient()->browser()->ExposeInterfacesToGpuProcess(registry,
|
| host_);
|
| +
|
| +#if defined(OS_ANDROID)
|
| + GpuProcessHostUIShim::RegisterUIThreadMojoInterfaces(registry);
|
| +#endif
|
| +
|
| return true;
|
| }
|
|
|
|
|