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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 mojom = "//components/arc/common/bitmap.mojom"
2 public_headers = [ "//third_party/skia/include/core/SkBitmap.h" ]
3 traits_headers = [ "//components/arc/bitmap/bitmap_struct_traits.h" ]
4 deps = [
5 "//skia",
6 ]
7 public_deps = [
8 "//skia",
9 ]
10 type_mappings = [ "arc.mojom.ArcBitmap=SkBitmap" ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698