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

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

Issue 2147693002: Struct traits used by GpuInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed according to comments Created 4 years, 5 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/dx_diag_node.mojom
diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/gpu/ipc/common/dx_diag_node.mojom
similarity index 62%
copy from content/test/data/web_ui_test_mojo_bindings.mojom
copy to gpu/ipc/common/dx_diag_node.mojom
index c5893828dd2fbf872eb28410fc1a8c503cf9ae7d..8266080a4765fa30e625d5d1119dde05ebe55515 100644
--- a/content/test/data/web_ui_test_mojo_bindings.mojom
+++ b/gpu/ipc/common/dx_diag_node.mojom
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module content.mojom;
+module gpu.mojom;
-interface BrowserTarget {
- Start() => ();
- Stop();
+struct DxDiagNode {
Fady Samuel 2016/07/18 15:59:39 nit: add comment to path to where the C++ version
Alex Z. 2016/07/19 15:13:19 Done.
+ map<string, string> values;
+ map<string, DxDiagNode> children;
};

Powered by Google App Engine
This is Rietveld 408576698