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

Unified Diff: gpu/ipc/common/gpu_info.mojom

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 | « gpu/config/gpu_info_collector.cc ('k') | gpu/ipc/common/gpu_info_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/gpu_info.mojom
diff --git a/gpu/ipc/common/gpu_info.mojom b/gpu/ipc/common/gpu_info.mojom
index 7754e13204c42171ee2ef396c07139607d9d0db2..d34e40ab0b60ab763875343d935c849cf58bfb21 100644
--- a/gpu/ipc/common/gpu_info.mojom
+++ b/gpu/ipc/common/gpu_info.mojom
@@ -106,6 +106,7 @@ struct GpuInfo {
int32 process_crash_count;
bool in_process_gpu;
bool passthrough_cmd_decoder;
+ bool supports_overlays;
CollectInfoResult basic_info_state;
CollectInfoResult context_info_state;
CollectInfoResult dx_diagnostics_info_state;
« no previous file with comments | « gpu/config/gpu_info_collector.cc ('k') | gpu/ipc/common/gpu_info_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698