| 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 b434c7d011e05f0bc8fc94be70814a45ae4e08f5..c3bc4265cdbfdca4f26f156cdd57d07bdea67944 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -613,6 +613,10 @@ bool GpuProcessHost::Init() {
|
| return false;
|
| }
|
|
|
| + process_->child_channel()
|
| + ->GetAssociatedInterfaceSupport()
|
| + ->GetRemoteAssociatedInterface(&gpu_main_ptr_);
|
| +
|
| if (!Send(new GpuMsg_Initialize(gpu_preferences)))
|
| return false;
|
|
|
|
|