Chromium Code Reviews| Index: content/browser/gpu/gpu_process_host.cc |
| =================================================================== |
| --- content/browser/gpu/gpu_process_host.cc (revision 186737) |
| +++ content/browser/gpu/gpu_process_host.cc (working copy) |
| @@ -419,7 +419,7 @@ |
| // The gpu process is too unstable to use. Disable it for current |
| // session. |
| hardware_gpu_enabled_ = false; |
| - GpuDataManagerImpl::GetInstance()->BlacklistCard(); |
| + GpuDataManagerImpl::GetInstance()->DisableHardwareAcceleration(); |
| #endif |
| } |
| } |