diff options
Diffstat (limited to 'content/browser/gpu_blacklist.cc')
-rw-r--r-- | content/browser/gpu_blacklist.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/gpu_blacklist.cc b/content/browser/gpu_blacklist.cc index 1724c5f..03c90b2 100644 --- a/content/browser/gpu_blacklist.cc +++ b/content/browser/gpu_blacklist.cc @@ -631,9 +631,6 @@ GpuFeatureFlags GpuBlacklist::DetermineGpuFeatureFlags( const GPUInfo& gpu_info) { active_entries_.clear(); GpuFeatureFlags flags; - // No need to go through blacklist entries if GPUInfo isn't available. - if (gpu_info.level == GPUInfo::kUninitialized) - return flags; if (os == kOsAny) os = GetOsType(); |