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

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

Issue 2210673002: Improve gfx::Transform StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: ui/gfx/mojo/transform.typemap
diff --git a/ui/gfx/mojo/transform.typemap b/ui/gfx/mojo/transform.typemap
index 848cd0718b48f0de440ef1dee295f8f780c948d4..e2f69216885fca0396f9b05020fceeac3ad38518 100644
--- a/ui/gfx/mojo/transform.typemap
+++ b/ui/gfx/mojo/transform.typemap
@@ -5,5 +5,8 @@
mojom = "//ui/gfx/mojo/transform.mojom"
public_headers = [ "//ui/gfx/transform.h" ]
traits_headers = [ "//ui/gfx/mojo/transform_struct_traits.h" ]
-public_deps = [ "//ui/gfx" ]
+public_deps = [
+ "//mojo/public/cpp/bindings",
+ "//ui/gfx",
+]
type_mappings = [ "gfx.mojom.Transform=gfx::Transform" ]

Powered by Google App Engine
This is Rietveld 408576698