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