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

Side by Side Diff: ui/gfx/image/mojo/image.typemap

Issue 2772113004: Make skia.mojom.Bitmap use shared buffer (Closed)
Patch Set: fix gn check 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 unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 mojom = "//ui/gfx/image/mojo/image.mojom" 5 mojom = "//ui/gfx/image/mojo/image.mojom"
6 public_headers = [ 6 public_headers = [
7 "//third_party/skia/include/core/SkBitmap.h",
8 "//ui/gfx/image/image_skia_rep.h", 7 "//ui/gfx/image/image_skia_rep.h",
9 "//ui/gfx/image/image_skia.h", 8 "//ui/gfx/image/image_skia.h",
10 ] 9 ]
11 traits_headers = [ "//ui/gfx/image/mojo/image_skia_struct_traits.h" ] 10 traits_headers = [ "//ui/gfx/image/mojo/image_skia_struct_traits.h" ]
12 public_deps = [ 11 public_deps = [
13 "//ui/gfx/image/mojo:struct_traits", 12 "//ui/gfx/image/mojo:struct_traits",
14 ] 13 ]
15 type_mappings = [ 14 type_mappings = [
16 "gfx.mojom.ImageSkia=gfx::ImageSkia[nullable_is_same_type]", 15 "gfx.mojom.ImageSkia=gfx::ImageSkia[nullable_is_same_type]",
17 "gfx.mojom.ImageSkiaRep=gfx::ImageSkiaRep[nullable_is_same_type]", 16 "gfx.mojom.ImageSkiaRep=gfx::ImageSkiaRep[nullable_is_same_type]",
18 "gfx.mojom.SharedBufferSkBitmap=SkBitmap[nullable_is_same_type]",
19 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698