Chromium Code Reviews| 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" ] |