Merge "gralloc: make private_handle_t layout consistent on 32/64-bit"

This commit is contained in:
Greg Hackmann
2014-03-06 18:24:48 +00:00
committed by Gerrit Code Review

View File

@@ -75,7 +75,7 @@ struct private_handle_t {
int offset;
// FIXME: the attributes below should be out-of-line
uintptr_t base;
uint64_t base __attribute__((aligned(8)));
int pid;
#ifdef __cplusplus