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

Unified Diff: ui/gfx/geometry/mojo/geometry.typemap

Issue 2033583002: Implement gfx::Vector2d and gfx::Vector2dF StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary deps Created 4 years, 7 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/geometry/mojo/geometry.mojom ('k') | ui/gfx/geometry/mojo/geometry_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/geometry/mojo/geometry.typemap
diff --git a/ui/gfx/geometry/mojo/geometry.typemap b/ui/gfx/geometry/mojo/geometry.typemap
index d372e224594883762f6428f6c89c1cdab13aa41f..6322de1df7864eccf30794ab553bdf40c1eef812 100644
--- a/ui/gfx/geometry/mojo/geometry.typemap
+++ b/ui/gfx/geometry/mojo/geometry.typemap
@@ -10,6 +10,8 @@ public_headers = [
"//ui/gfx/geometry/rect.h",
"//ui/gfx/geometry/rect_f.h",
"//ui/gfx/geometry/insets.h",
+ "//ui/gfx/geometry/vector2d.h",
+ "//ui/gfx/geometry/vector2d_f.h"
]
traits_headers = [ "//ui/gfx/geometry/mojo/geometry_struct_traits.h" ]
deps = [
@@ -24,4 +26,6 @@ type_mappings = [
"gfx.mojom.RectF=gfx::RectF",
"gfx.mojom.Insets=gfx::Insets",
"gfx.mojom.InsetsF=gfx::InsetsF",
+ "gfx.mojom.Vector2d=gfx::Vector2d",
+ "gfx.mojom.Vector2dF=gfx::Vector2dF",
]
« no previous file with comments | « ui/gfx/geometry/mojo/geometry.mojom ('k') | ui/gfx/geometry/mojo/geometry_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698