| 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;
|
|
|