diff options
Diffstat (limited to 'chrome/gpu/gpu_info_collector_linux.cc')
-rw-r--r-- | chrome/gpu/gpu_info_collector_linux.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/gpu/gpu_info_collector_linux.cc b/chrome/gpu/gpu_info_collector_linux.cc index 2a4db9a..fd48c83 100644 --- a/chrome/gpu/gpu_info_collector_linux.cc +++ b/chrome/gpu/gpu_info_collector_linux.cc @@ -12,6 +12,9 @@ bool CollectGraphicsInfo(GPUInfo* gpu_info) { // on this platform in the future. // bool can_lose_context = // gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2; + + gpu_info->SetProgress(GPUInfo::kComplete); + return true; } |