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

Unified Diff: gpu/ipc/common/dx_diag_node_struct_traits.h

Issue 2253293002: Mojo C++ bindings: change the first template parameter of StructTraits and UnionTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@91_extra
Patch Set: rebase 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
Index: gpu/ipc/common/dx_diag_node_struct_traits.h
diff --git a/gpu/ipc/common/dx_diag_node_struct_traits.h b/gpu/ipc/common/dx_diag_node_struct_traits.h
index f405240169560a5adb5ed7de7d00cfb524b91f35..5f81bfff5a8dfa918b88d618585cf5a7bff0e328 100644
--- a/gpu/ipc/common/dx_diag_node_struct_traits.h
+++ b/gpu/ipc/common/dx_diag_node_struct_traits.h
@@ -10,7 +10,7 @@
namespace mojo {
template <>
-struct StructTraits<gpu::mojom::DxDiagNode, gpu::DxDiagNode> {
+struct StructTraits<gpu::mojom::DxDiagNodeDataView, gpu::DxDiagNode> {
static bool Read(gpu::mojom::DxDiagNodeDataView data, gpu::DxDiagNode* out);
static const std::map<std::string, std::string>& values(
« no previous file with comments | « device/generic_sensor/public/interfaces/sensor_struct_traits.cc ('k') | gpu/ipc/common/dx_diag_node_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698