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

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

Issue 1648533002: [mojo] Get rid of Skia type converters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native-arrays
Patch Set: fix ios gyp; proper pickle sizing Created 4 years, 11 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/skia.typemap
diff --git a/skia/public/interfaces/skia.typemap b/skia/public/interfaces/skia.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..338dc9f42e02cc591d1c4e5ffc3249b03b0d97f4
--- /dev/null
+++ b/skia/public/interfaces/skia.typemap
@@ -0,0 +1,17 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Mojom typemap for consumers of Mojo services that use Skia types.
+
+{
+ "c++": {
+ "skia.Bitmap": {
+ "typename": "SkBitmap",
+ "headers": [
+ "third_party/skia/include/core/SkBitmap.h",
+ "ui/gfx/ipc/gfx_param_traits.h"
+ ]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698