| Index: content/browser/gpu/gpu_internals_ui.cc
|
| diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc
|
| index 6f589c846bfce2a5e5d5208f86ae8b05f4a6bf84..d8ac96389e1d132e42d77e5fb1bab568808c91bc 100644
|
| --- a/content/browser/gpu/gpu_internals_ui.cc
|
| +++ b/content/browser/gpu/gpu_internals_ui.cc
|
| @@ -368,8 +368,7 @@ base::Value* GetFeatureStatus() {
|
| else
|
| status += "_off";
|
| }
|
| - } else if (GpuDataManagerImpl::GetInstance()->
|
| - ShouldUseSoftwareRendering()) {
|
| + } else if (GpuDataManagerImpl::GetInstance()->ShouldUseSwiftShader()) {
|
| status = "unavailable_software";
|
| } else if (kGpuFeatureInfo[i].blocked ||
|
| gpu_access_blocked) {
|
|
|