summaryrefslogtreecommitdiffstats
path: root/libgralloc/gralloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libgralloc/gralloc.cpp')
-rw-r--r--libgralloc/gralloc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgralloc/gralloc.cpp b/libgralloc/gralloc.cpp
index 79e2e9cc5..5f69ff888 100644
--- a/libgralloc/gralloc.cpp
+++ b/libgralloc/gralloc.cpp
@@ -84,6 +84,8 @@ struct private_module_t HAL_MODULE_INFO_SYM = {
.unlock = gralloc_unlock,
.perform = gralloc_perform,
.lock_ycbcr = gralloc_lock_ycbcr,
+ .validateBufferSize = NULL,
+ .getTransportSize = NULL,
},
.framebuffer = 0,
.fbFormat = 0,