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

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

Issue 2875453002: Add a size parameter to SharedMemoryHandle. (Closed)
Patch Set: Remove extraneous period. Created 3 years, 7 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 | « sandbox/win/tests/common/controller.cc ('k') | ui/gfx/mojo/buffer_types_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/mojo/buffer_types.mojom
diff --git a/ui/gfx/mojo/buffer_types.mojom b/ui/gfx/mojo/buffer_types.mojom
index 2903cffab05f2f6499302dfe68a7f6a8c096633e..057831195cb1a521bbf6ddcbf35e4a2eb6fcb131 100644
--- a/ui/gfx/mojo/buffer_types.mojom
+++ b/ui/gfx/mojo/buffer_types.mojom
@@ -72,7 +72,7 @@ struct NativePixmapHandle {
struct GpuMemoryBufferHandle {
GpuMemoryBufferType type;
GpuMemoryBufferId id;
- handle? shared_memory_handle;
+ handle<shared_buffer>? shared_memory_handle;
uint32 offset;
uint32 stride;
NativePixmapHandle? native_pixmap_handle;
« no previous file with comments | « sandbox/win/tests/common/controller.cc ('k') | ui/gfx/mojo/buffer_types_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698