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

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

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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') | ui/gfx/mojo/transform_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.typemap
diff --git a/ui/gfx/mojo/transform.typemap b/ui/gfx/mojo/transform.typemap
index e2f69216885fca0396f9b05020fceeac3ad38518..28da3090487e0086c97611dd88fb7729f7d0290f 100644
--- a/ui/gfx/mojo/transform.typemap
+++ b/ui/gfx/mojo/transform.typemap
@@ -5,8 +5,7 @@
mojom = "//ui/gfx/mojo/transform.mojom"
public_headers = [ "//ui/gfx/transform.h" ]
traits_headers = [ "//ui/gfx/mojo/transform_struct_traits.h" ]
-public_deps = [
- "//mojo/public/cpp/bindings",
- "//ui/gfx",
+deps = [
+ "//ui/gfx/mojo:struct_traits",
]
type_mappings = [ "gfx.mojom.Transform=gfx::Transform" ]
« no previous file with comments | « ui/gfx/mojo/selection_bound_struct_traits.h ('k') | ui/gfx/mojo/transform_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698