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

Unified Diff: components/arc/common/bitmap.typemap

Issue 2308663002: Migrate ArcBitmap to use typemapping (Closed)
Patch Set: 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
Index: components/arc/common/bitmap.typemap
diff --git a/components/arc/common/bitmap.typemap b/components/arc/common/bitmap.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..a4956db496a0e10c56651b8b6efc5cddd15741eb
--- /dev/null
+++ b/components/arc/common/bitmap.typemap
@@ -0,0 +1,10 @@
+mojom = "//components/arc/common/bitmap.mojom"
+public_headers = [ "//third_party/skia/include/core/SkBitmap.h" ]
+traits_headers = [ "//components/arc/bitmap/bitmap_struct_traits.h" ]
+deps = [
+ "//skia",
+]
+public_deps = [
+ "//skia",
+]
+type_mappings = [ "arc.mojom.ArcBitmap=SkBitmap" ]

Powered by Google App Engine
This is Rietveld 408576698