| 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 297f75115f8838813da0a67e53eaa71be767eab2..1b58ae876f545313e9c9ecefa5d407a33e5ebdda 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -770,6 +770,8 @@ void GpuProcessHost::OnInitialized(bool result, const gpu::GPUInfo& gpu_info) {
|
|
|
| if (!initialized_)
|
| GpuDataManagerImpl::GetInstance()->OnGpuProcessInitFailure();
|
| + else if (!in_process_)
|
| + GpuDataManagerImpl::GetInstance()->UpdateGpuInfo(gpu_info);
|
| }
|
|
|
| void GpuProcessHost::OnChannelEstablished(
|
|
|