Chromium Code Reviews| Index: skia/public/interfaces/image_filter.typemap |
| diff --git a/skia/public/interfaces/image_filter.typemap b/skia/public/interfaces/image_filter.typemap |
| index 58474f0360486c2dd06fecb021b13b1863052311..aea251476baa9f598191358092bf5c7a75489df6 100644 |
| --- a/skia/public/interfaces/image_filter.typemap |
| +++ b/skia/public/interfaces/image_filter.typemap |
| @@ -5,7 +5,10 @@ |
| mojom = "//skia/public/interfaces/image_filter.mojom" |
| public_headers = [ "//third_party/skia/include/core/SkImageFilter.h" ] |
| traits_headers = [ "//skia/public/interfaces/image_filter_struct_traits.h" ] |
| -sources = [ "//skia/public/interfaces/image_filter_struct_traits.cc" ] |
| -deps = [ "//mojo/public/cpp/bindings" ] |
| -public_deps = [ "//skia" ] |
| +sources = [ |
| + "//skia/public/interfaces:struct_traits", |
|
Justin Novosad
2016/08/30 20:17:36
Could you put this on one line, like before?
xlai (Olivia)
2016/08/30 21:33:12
I tried to change it. But when I upload the patch,
|
| +] |
| +deps = [ |
| + "//skia/public/interfaces:struct_traits", |
|
Justin Novosad
2016/08/30 20:17:36
Same here.
|
| +] |
| type_mappings = [ "skia.mojom.ImageFilter=sk_sp<SkImageFilter>" ] |