OSDN Git Service

Fix errors after rebase.
[android-x86/external-minigbm.git] / cros_gralloc / cros_gralloc_handle.h
index 83a73d3..36b56a4 100644 (file)
@@ -22,6 +22,7 @@ struct cros_gralloc_handle {
        int32_t fds[DRV_MAX_PLANES];
        uint32_t strides[DRV_MAX_PLANES];
        uint32_t offsets[DRV_MAX_PLANES];
+       uint32_t sizes[DRV_MAX_PLANES];
        uint32_t format_modifiers[2 * DRV_MAX_PLANES];
        uint32_t width;
        uint32_t height;