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

Unified Diff: ui/gfx/mojo/transform_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
« no previous file with comments | « ui/gfx/mojo/selection_bound_struct_traits.h ('k') | url/mojo/origin_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/mojo/transform_struct_traits.h
diff --git a/ui/gfx/mojo/transform_struct_traits.h b/ui/gfx/mojo/transform_struct_traits.h
index d3fb630480257574ee43f5bf3871cf9ddda2c334..8899f53bce3325edaf6f2f8573b1b0e571939399 100644
--- a/ui/gfx/mojo/transform_struct_traits.h
+++ b/ui/gfx/mojo/transform_struct_traits.h
@@ -26,7 +26,7 @@ struct ArrayTraits<SkMatrix44> {
};
template <>
-struct StructTraits<gfx::mojom::Transform, gfx::Transform> {
+struct StructTraits<gfx::mojom::TransformDataView, gfx::Transform> {
static const SkMatrix44& matrix(const gfx::Transform& transform) {
return transform.matrix();
}
« no previous file with comments | « ui/gfx/mojo/selection_bound_struct_traits.h ('k') | url/mojo/origin_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698