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

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

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: Fix --single-process Created 4 years, 3 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
Index: gpu/ipc/common/gpu_info.mojom
diff --git a/gpu/ipc/common/gpu_info.mojom b/gpu/ipc/common/gpu_info.mojom
index 0b6ce66ed77d7c4b8c5873fb740b10591c0cf94b..2dc028066877cdf4ecd37af97433ddb954630dd1 100644
--- a/gpu/ipc/common/gpu_info.mojom
+++ b/gpu/ipc/common/gpu_info.mojom
@@ -110,4 +110,6 @@ struct GpuInfo {
array<VideoEncodeAcceleratorSupportedProfile>
video_encode_accelerator_supported_profiles;
bool jpeg_decode_accelerator_supported;
+ uint64 system_visual;
dcheng 2016/09/27 23:25:51 +rockot, mojo doesn't have any way to only define
Tom (Use chromium acct) 2016/09/28 18:36:01 I don't think so :S dx_diagnostics_info_state is
+ uint64 rgba_visual;
};

Powered by Google App Engine
This is Rietveld 408576698