Snap for 5537346 from 22376f5794dc3848c58f97110b9b2757661dec8a to qt-release

Change-Id: I3e6501cecd2b008073688892177a612b7a50292d
diff --git a/include/Android/hardware/gralloc.h b/include/Android/hardware/gralloc.h
index 8446ba4..013e86a 100644
--- a/include/Android/hardware/gralloc.h
+++ b/include/Android/hardware/gralloc.h
@@ -42,5 +42,8 @@
     int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*);
     int (*lockAsync_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int,
                            android_ycbcr*, int);
-    void* reserved_proc[3];
+    int32_t (*getTransportSize)(gralloc_module_t const*, buffer_handle_t, uint32_t, uint32_t);
+    int32_t (*validateBufferSize)(gralloc_module_t const*, buffer_handle_t, uint32_t, uint32_t, int32_t, int, uint32_t);
+
+    void* reserved_proc[1];
 };