Index: chrome/gpu/gpu_info_collector_linux.cc |
=================================================================== |
--- chrome/gpu/gpu_info_collector_linux.cc (revision 66118) |
+++ chrome/gpu/gpu_info_collector_linux.cc (working copy) |
@@ -12,6 +12,9 @@ |
// on this platform in the future. |
// bool can_lose_context = |
// gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2; |
+ |
+ gpu_info->SetProgress(GPUInfo::kComplete); |
+ |
return true; |
} |