| Index: chrome/browser/gpu_util.cc
|
| ===================================================================
|
| --- chrome/browser/gpu_util.cc (revision 153783)
|
| +++ chrome/browser/gpu_util.cc (working copy)
|
| @@ -298,7 +298,7 @@
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| bool gpu_access_blocked = !GpuDataManager::GetInstance()->GpuAccessAllowed();
|
|
|
| - uint32 flags = GpuDataManager::GetInstance()->GetGpuFeatureType();
|
| + uint32 flags = GpuDataManager::GetInstance()->GetBlacklistedFeatures();
|
| DictionaryValue* status = new DictionaryValue();
|
|
|
| const GpuFeatureInfo kGpuFeatureInfo[] = {
|
| @@ -549,7 +549,7 @@
|
| }
|
|
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| - uint32 flags = GpuDataManager::GetInstance()->GetGpuFeatureType();
|
| + uint32 flags = GpuDataManager::GetInstance()->GetBlacklistedFeatures();
|
| bool disabled = false;
|
| if (flags == 0) {
|
| UMA_HISTOGRAM_ENUMERATION("GPU.BlacklistTestResultsPerEntry",
|
|
|