summaryrefslogtreecommitdiff
path: root/gralloc960/mali_gralloc_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc960/mali_gralloc_module.cpp')
-rw-r--r--gralloc960/mali_gralloc_module.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gralloc960/mali_gralloc_module.cpp b/gralloc960/mali_gralloc_module.cpp
index 39563518..96f79431 100644
--- a/gralloc960/mali_gralloc_module.cpp
+++ b/gralloc960/mali_gralloc_module.cpp
@@ -166,6 +166,8 @@ private_module_t::private_module_t()
base.lockAsync_ycbcr = gralloc_lock_ycbcr_async;
base.unlockAsync = gralloc_unlock_async;
base.perform = NULL;
+ base.getTransportSize = NULL;
+ base.validateBufferSize = NULL;
INIT_ZERO(base.reserved_proc);
#endif