| Index: content/browser/gpu/gpu_data_manager_impl_private.cc
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| index c0217b82df91fe79d76a2e219f23b881786c2702..de22507ba23583ce8f110386f78652fa30e52e50 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -482,6 +482,7 @@ void GpuDataManagerImplPrivate::SetGLStrings(const std::string& gl_vendor,
|
| gpu_info.gl_renderer = gl_renderer;
|
| gpu_info.gl_version = gl_version;
|
|
|
| + gpu::IdentifyActiveGPU(&gpu_info);
|
| gpu::CollectDriverInfoGL(&gpu_info);
|
|
|
| UpdateGpuInfo(gpu_info);
|
|
|