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

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

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Do not write empty function in content Created 4 years, 4 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
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>" ]

Powered by Google App Engine
This is Rietveld 408576698