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

Unified Diff: skia/public/interfaces/image_filter.typemap

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase 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
« no previous file with comments | « skia/public/interfaces/BUILD.gn ('k') | skia/public/interfaces/image_filter_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+]
+deps = [
+ "//skia/public/interfaces:struct_traits",
+]
type_mappings = [ "skia.mojom.ImageFilter=sk_sp<SkImageFilter>" ]
« no previous file with comments | « skia/public/interfaces/BUILD.gn ('k') | skia/public/interfaces/image_filter_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698