| Index: chrome/browser/gpu_blacklist.cc
|
| ===================================================================
|
| --- chrome/browser/gpu_blacklist.cc (revision 153783)
|
| +++ chrome/browser/gpu_blacklist.cc (working copy)
|
| @@ -1053,7 +1053,8 @@
|
| void GpuBlacklist::UpdateGpuDataManager() {
|
| content::GpuFeatureType feature_type = DetermineGpuFeatureType(
|
| GpuBlacklist::kOsAny, NULL, GpuDataManager::GetInstance()->GetGPUInfo());
|
| - GpuDataManager::GetInstance()->SetGpuFeatureType(feature_type);
|
| + GpuDataManager::GetInstance()->SetPreliminaryBlacklistedFeatures(
|
| + feature_type);
|
| gpu_util::UpdateStats();
|
| }
|
|
|
|
|