| 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 c30afe09621e4dde6d2c4af7da5ec1ec8ce58289..2c6cab47d1d1261707979a3b57fc25be7d56f71f 100644
|
| --- a/content/browser/gpu/gpu_internals_ui.cc
|
| +++ b/content/browser/gpu/gpu_internals_ui.cc
|
| @@ -399,6 +399,7 @@ void GpuMessageHandler::OnGpuInfoUpdate() {
|
| // Add in blacklisting features
|
| base::DictionaryValue* feature_status = new base::DictionaryValue;
|
| feature_status->Set("featureStatus", GetFeatureStatus());
|
| + feature_status->Set("gmbStatus", GetGmbStatus());
|
| feature_status->Set("problems", GetProblems());
|
| base::ListValue* workarounds = new base::ListValue();
|
| for (const std::string& workaround : GetDriverBugWorkarounds())
|
|
|