Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Unified Diff: content/browser/gpu/gpu_internals_ui.cc

Issue 2786303002: Add "Supports overlays" information to about:gpu. (Closed)
Patch Set: change to AddBool Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/config/gpu_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aefed362e78fa50f9eb65c2443ab51347a0a3478..10a95170def094c68ad117daac1ff50e10adbb27 100644
--- a/content/browser/gpu/gpu_internals_ui.cc
+++ b/content/browser/gpu/gpu_internals_ui.cc
@@ -132,6 +132,8 @@ base::DictionaryValue* GpuInfoAsDictionaryValue() {
"Passthrough Command Decoder",
new base::Value(gpu_info.passthrough_cmd_decoder)));
basic_info->Append(NewDescriptionValuePair(
+ "Supports overlays", new base::Value(gpu_info.supports_overlays)));
+ basic_info->Append(NewDescriptionValuePair(
"Sandboxed", new base::Value(gpu_info.sandboxed)));
basic_info->Append(NewDescriptionValuePair(
"GPU0", GPUDeviceToString(gpu_info.gpu)));
« no previous file with comments | « no previous file | gpu/config/gpu_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698