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

Unified Diff: components/mus/public/interfaces/cc.typemap

Issue 1635613002: [mojo-bindings] Support reuse of native enum classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more missing public_deps 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
« no previous file with comments | « components/mus/public/interfaces/BUILD.gn ('k') | components/mus/public/interfaces/compositor_frame.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/cc.typemap
diff --git a/skia/public/interfaces/skia.typemap b/components/mus/public/interfaces/cc.typemap
similarity index 50%
copy from skia/public/interfaces/skia.typemap
copy to components/mus/public/interfaces/cc.typemap
index 338dc9f42e02cc591d1c4e5ffc3249b03b0d97f4..d8c834994271a3182352fcc29ae0654f8b3b1633 100644
--- a/skia/public/interfaces/skia.typemap
+++ b/components/mus/public/interfaces/cc.typemap
@@ -2,15 +2,12 @@
// 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",
+ "mus.mojom.ResourceFormat": {
+ "typename": "cc::ResourceFormat",
"headers": [
- "third_party/skia/include/core/SkBitmap.h",
- "ui/gfx/ipc/gfx_param_traits.h"
+ "cc/resources/resource_format.h"
]
}
}
« no previous file with comments | « components/mus/public/interfaces/BUILD.gn ('k') | components/mus/public/interfaces/compositor_frame.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698