summaryrefslogtreecommitdiff
path: root/cros_gralloc/cros_gralloc_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cros_gralloc/cros_gralloc_buffer.h')
-rw-r--r--cros_gralloc/cros_gralloc_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cros_gralloc/cros_gralloc_buffer.h b/cros_gralloc/cros_gralloc_buffer.h
index 2dc4d8b..f629199 100644
--- a/cros_gralloc/cros_gralloc_buffer.h
+++ b/cros_gralloc/cros_gralloc_buffer.h
@@ -23,7 +23,7 @@ class cros_gralloc_buffer
int32_t increase_refcount();
int32_t decrease_refcount();
- int32_t lock(uint64_t flags, uint8_t *addr[DRV_MAX_PLANES]);
+ int32_t lock(uint32_t map_flags, uint8_t *addr[DRV_MAX_PLANES]);
int32_t unlock();
private: