summaryrefslogtreecommitdiff
path: root/gralloc/gralloc_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc/gralloc_module.cpp')
-rw-r--r--gralloc/gralloc_module.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gralloc/gralloc_module.cpp b/gralloc/gralloc_module.cpp
index 4937b596..69054780 100644
--- a/gralloc/gralloc_module.cpp
+++ b/gralloc/gralloc_module.cpp
@@ -529,6 +529,8 @@ private_module_t::private_module_t()
base.unlock = gralloc_unlock;
base.perform = NULL;
base.lock_ycbcr = gralloc_lock_ycbcr;
+ base.getTransportSize = NULL;
+ base.validateBufferSize = NULL;
#if defined(GRALLOC_MODULE_API_VERSION_0_3)
base.lockAsync = gralloc_lock_async;
base.unlockAsync = gralloc_unlock_async;