Index: chrome/gpu/gpu_info_collector_win.cc |
=================================================================== |
--- chrome/gpu/gpu_info_collector_win.cc (revision 72706) |
+++ chrome/gpu/gpu_info_collector_win.cc (working copy) |
@@ -24,7 +24,7 @@ |
DCHECK(gpu_info); |
if (gfx::GetGLImplementation() != gfx::kGLImplementationEGLGLES2) { |
- gpu_info->SetLevel(GPUInfo::kComplete); |
+ gpu_info->SetProgress(GPUInfo::kComplete); |
return CollectGraphicsInfoGL(gpu_info); |
} |
@@ -49,7 +49,7 @@ |
// DirectX diagnostics are collected asynchronously because it takes a |
// couple of seconds. Do not mark as complete until that is done. |
- gpu_info->SetLevel(GPUInfo::kPartial); |
+ gpu_info->SetProgress(GPUInfo::kPartial); |
return true; |
} |