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

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

Issue 2220093002: GpuInfo mojom struct and struct traits and unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a typo Created 4 years, 4 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/ipc/common/BUILD.gn ('k') | gpu/ipc/common/gpu_info.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/dx_diag_node.mojom
diff --git a/gpu/ipc/common/dx_diag_node.mojom b/gpu/ipc/common/dx_diag_node.mojom
index f0b52e1662a73e8126099bbdefedb7163b562208..346a12f7c7226b5eab4ce2c543420adf044a99fd 100644
--- a/gpu/ipc/common/dx_diag_node.mojom
+++ b/gpu/ipc/common/dx_diag_node.mojom
@@ -4,8 +4,7 @@
module gpu.mojom;
-// gpu/config/dx_diag_node.h
-// gpu::DxDiagNode
+// Corresponds to |gpu::DxDiagNode| in file gpu/config/dx_diag_node.h
struct DxDiagNode {
map<string, string> values;
map<string, DxDiagNode> children;
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/gpu_info.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698