| Index: ui/gfx/mojo/buffer_types_traits.h
|
| diff --git a/ui/gfx/mojo/buffer_types_traits.h b/ui/gfx/mojo/buffer_types_traits.h
|
| index 73e796286991e3656f525dc5583d82669b4d415a..086b27deb9078a69729df9448ec936916c2c4ec8 100644
|
| --- a/ui/gfx/mojo/buffer_types_traits.h
|
| +++ b/ui/gfx/mojo/buffer_types_traits.h
|
| @@ -269,6 +269,7 @@ struct StructTraits<gfx::mojom::GpuMemoryBufferHandleDataView,
|
| }
|
| static const gfx::NativePixmapHandle& native_pixmap_handle(
|
| const gfx::GpuMemoryBufferHandle& handle);
|
| + static mojo::ScopedHandle mach_port(const gfx::GpuMemoryBufferHandle& handle);
|
| static bool Read(gfx::mojom::GpuMemoryBufferHandleDataView data,
|
| gfx::GpuMemoryBufferHandle* handle);
|
| };
|
|
|