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

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

Issue 2770693002: ash: HiDPI user avatar for SessionController (Closed)
Patch Set: rebase, use shared buffer, add tests Created 3 years, 9 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/image/mojo/image.typemap
diff --git a/ui/gfx/image/mojo/image.typemap b/ui/gfx/image/mojo/image.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..f96a1199bdc6bbb09648625b43d743cd0c253323
--- /dev/null
+++ b/ui/gfx/image/mojo/image.typemap
@@ -0,0 +1,17 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//ui/gfx/image/mojo/image_skia.mojom"
+public_headers = [
+ "//ui/gfx/image/image_skia_rep.h",
+ "//ui/gfx/image/image_skia.h",
+]
+traits_headers = [ "//ui/gfx/image/mojo/image_skia_struct_traits.h" ]
+deps = [
+ "//ui/gfx/image/mojo:struct_traits",
+]
+type_mappings = [
+ "gfx.mojom.ImageSkia=gfx::ImageSkia[nullable_is_same_type]",
+ "gfx.mojom.ImageSkiaRep=gfx::ImageSkiaRep[nullable_is_same_type]",
+]

Powered by Google App Engine
This is Rietveld 408576698