OSDN Git Service

use 64-bits usage bits almost everywhere
[android-x86/frameworks-native.git] / include / gui / BufferQueueCore.h
index dd8b992..537c957 100644 (file)
@@ -170,7 +170,7 @@ private:
 
     // mConsumerUsageBits contains flags that the consumer wants for
     // GraphicBuffers.
-    uint32_t mConsumerUsageBits;
+    uint64_t mConsumerUsageBits;
 
     // mConsumerIsProtected indicates the consumer is ready to handle protected
     // buffer.