Chromium Code Reviews| 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; |
| }; |