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

Unified Diff: ui/gfx/mojo/buffer_types.mojom

Issue 2537423004: mus: Add support for sending IOSurface mach_ports over mojo. (Closed)
Patch Set: . Created 4 years 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: ui/gfx/mojo/buffer_types.mojom
diff --git a/ui/gfx/mojo/buffer_types.mojom b/ui/gfx/mojo/buffer_types.mojom
index 8b8de3b8a12635d39741be7ea3a9abb12733ffe2..0a05c651fa4cdbd5f34b25cbbe9cf9186085a969 100644
--- a/ui/gfx/mojo/buffer_types.mojom
+++ b/ui/gfx/mojo/buffer_types.mojom
@@ -74,5 +74,5 @@ struct GpuMemoryBufferHandle {
uint32 offset;
uint32 stride;
NativePixmapHandle? native_pixmap_handle;
- // TODO: Add support for mach_port on mac.
+ handle? mach_port;
};

Powered by Google App Engine
This is Rietveld 408576698