| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 4f774464649fbf94d3de2315b105657b5d94cb01..119521e45f5229a544d7e36562528153db5e3451 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -207,7 +207,8 @@ void GpuChildThread::OnCollectGraphicsInfo() {
|
| // and GpuDataManager prevents us from sending multiple collecting requests,
|
| // so it's OK to be blocking.
|
| gpu::GetDxDiagnostics(&gpu_info_.dx_diagnostics);
|
| - gpu_info_.finalized = true;
|
| + gpu_info_.collection_states.SetState(
|
| + gpu::kGPUInfoExtra, gpu::kCollectInfoSuccess);
|
| #endif // OS_WIN
|
|
|
| Send(new GpuHostMsg_GraphicsInfoCollected(gpu_info_));
|
|
|