Index: chrome/browser/gpu_blacklist.cc |
=================================================================== |
--- chrome/browser/gpu_blacklist.cc (revision 72707) |
+++ chrome/browser/gpu_blacklist.cc (working copy) |
@@ -489,7 +489,7 @@ |
active_entries_.clear(); |
GpuFeatureFlags flags; |
// No need to go through blacklist entries if GPUInfo isn't available. |
- if (gpu_info.progress() == GPUInfo::kUninitialized) |
+ if (gpu_info.level() == GPUInfo::kUninitialized) |
return flags; |
scoped_ptr<Version> driver_version( |
Version::GetVersionFromString(gpu_info.driver_version())); |