| Index: chrome/browser/component_updater/swiftshader_component_installer.cc
|
| ===================================================================
|
| --- chrome/browser/component_updater/swiftshader_component_installer.cc (revision 153783)
|
| +++ chrome/browser/component_updater/swiftshader_component_installer.cc (working copy)
|
| @@ -181,7 +181,7 @@
|
| GpuDataManager *gpu_data_manager = GpuDataManager::GetInstance();
|
|
|
| if (!gpu_data_manager->GpuAccessAllowed() ||
|
| - (gpu_data_manager->GetGpuFeatureType() &
|
| + (gpu_data_manager->GetBlacklistedFeatures() &
|
| content::GPU_FEATURE_TYPE_WEBGL) ||
|
| gpu_data_manager->ShouldUseSoftwareRendering()) {
|
| gpu_data_manager->RemoveObserver(this);
|
|
|