| Index: ui/gfx/mojo/buffer_types.mojom
|
| diff --git a/ui/gfx/mojo/buffer_types.mojom b/ui/gfx/mojo/buffer_types.mojom
|
| index 29c50d5417934e37afbc121ddfe1ecd4ce44b5cc..7614c05cd678a648fcf96d44ce66576c66762789 100644
|
| --- a/ui/gfx/mojo/buffer_types.mojom
|
| +++ b/ui/gfx/mojo/buffer_types.mojom
|
| @@ -45,7 +45,8 @@ enum GpuMemoryBufferType {
|
| SHARED_MEMORY_BUFFER,
|
| IO_SURFACE_BUFFER,
|
| NATIVE_PIXMAP,
|
| - LAST = NATIVE_PIXMAP
|
| + DXGI_HANDLE,
|
| + LAST = DXGI_HANDLE
|
| };
|
|
|
| // gfx::GpuMemoryBufferId
|
| @@ -78,4 +79,6 @@ struct GpuMemoryBufferHandle {
|
| uint32 stride;
|
| NativePixmapHandle? native_pixmap_handle;
|
| handle? mach_port;
|
| + handle? win32_handle;
|
| + uint32 array_level;
|
| };
|
|
|