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

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

Issue 2579873002: gpu: Add missing entries for GPUInfo mojom. (Closed)
Patch Set: test Created 4 years 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/ipc/common/gpu_info_struct_traits.h » ('j') | gpu/ipc/common/struct_traits_unittest.cc » ('J')
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 ded83fadce610563dd05bc3e69bbbce839f0955b..ef65b579e28359ec9f4a98cb6ead667c8db438f4 100644
--- a/gpu/ipc/common/gpu_info.mojom
+++ b/gpu/ipc/common/gpu_info.mojom
@@ -61,6 +61,7 @@ struct VideoDecodeAcceleratorSupportedProfile {
// gpu::VideoDecodeAcceleratorCapabilities
struct VideoDecodeAcceleratorCapabilities {
+ array<VideoDecodeAcceleratorSupportedProfile> supported_profiles;
uint32 flags;
};
« no previous file with comments | « no previous file | gpu/ipc/common/gpu_info_struct_traits.h » ('j') | gpu/ipc/common/struct_traits_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698