| Index: chrome/browser/component_updater/swiftshader_component_installer.cc
 | 
| diff --git a/chrome/browser/component_updater/swiftshader_component_installer.cc b/chrome/browser/component_updater/swiftshader_component_installer.cc
 | 
| index 05cdadde2928ab7c110518afcfc10dd3cb49d841..544756eec6470dfced4d516b6eb774322a16b8bc 100644
 | 
| --- a/chrome/browser/component_updater/swiftshader_component_installer.cc
 | 
| +++ b/chrome/browser/component_updater/swiftshader_component_installer.cc
 | 
| @@ -217,7 +217,8 @@ void UpdateChecker::OnGpuInfoUpdate() {
 | 
|    GpuDataManager* gpu_data_manager = GpuDataManager::GetInstance();
 | 
|  
 | 
|    if (!gpu_data_manager->GpuAccessAllowed(NULL) ||
 | 
| -      gpu_data_manager->IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_WEBGL) ||
 | 
| +      gpu_data_manager->IsFeatureBlacklisted(
 | 
| +          gpu::GPU_FEATURE_TYPE_ACCELERATED_WEBGL) ||
 | 
|        gpu_data_manager->ShouldUseSwiftShader()) {
 | 
|      gpu_data_manager->RemoveObserver(this);
 | 
|      DCHECK_CURRENTLY_ON(BrowserThread::FILE);
 | 
| 
 |