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

Side by Side Diff: gpu/ipc/common/gpu_info.mojom

Issue 2555853003: Break up common_custom_types.mojom. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // gpu/config/gpu_info.h 5 // gpu/config/gpu_info.h
6 module gpu.mojom; 6 module gpu.mojom;
7 7
8 import "gpu/ipc/common/dx_diag_node.mojom"; 8 import "gpu/ipc/common/dx_diag_node.mojom";
9 import "mojo/common/common_custom_types.mojom"; 9 import "mojo/common/time.mojom";
10 import "mojo/common/version.mojom";
10 import "ui/gfx/geometry/mojo/geometry.mojom"; 11 import "ui/gfx/geometry/mojo/geometry.mojom";
11 12
12 // gpu::GPUInfo::GPUDevice 13 // gpu::GPUInfo::GPUDevice
13 struct GpuDevice { 14 struct GpuDevice {
14 uint32 vendor_id; 15 uint32 vendor_id;
15 uint32 device_id; 16 uint32 device_id;
16 bool active; 17 bool active;
17 string vendor_string; 18 string vendor_string;
18 string device_string; 19 string device_string;
19 }; 20 };
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 CollectInfoResult context_info_state; 107 CollectInfoResult context_info_state;
107 CollectInfoResult dx_diagnostics_info_state; 108 CollectInfoResult dx_diagnostics_info_state;
108 DxDiagNode? dx_diagnostics; 109 DxDiagNode? dx_diagnostics;
109 VideoDecodeAcceleratorCapabilities video_decode_accelerator_capabilities; 110 VideoDecodeAcceleratorCapabilities video_decode_accelerator_capabilities;
110 array<VideoEncodeAcceleratorSupportedProfile> 111 array<VideoEncodeAcceleratorSupportedProfile>
111 video_encode_accelerator_supported_profiles; 112 video_encode_accelerator_supported_profiles;
112 bool jpeg_decode_accelerator_supported; 113 bool jpeg_decode_accelerator_supported;
113 uint64 system_visual; 114 uint64 system_visual;
114 uint64 rgba_visual; 115 uint64 rgba_visual;
115 }; 116 };
OLDNEW
« no previous file with comments | « extensions/renderer/resources/media_router_bindings.js ('k') | media/capture/mojo/video_capture_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698