commit | 288f2ef6294b99a4a53355273ae8ad0f5a525f65 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Apr 14 18:43:12 2014 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 14 19:06:47 2014 -0700 |
tree | 3a808962a1f096af29a1052e9c973298e3d398b7 | |
parent | 27f8840f228abfe5e2458a261ce5403871495a54 [diff] |
libui: fix passing Fence object over binder The Fence object was writing a size_t into the binder buffer in flatten, which changes size if the producer and consumer are running in a 32-bit and a 64-bit process. Use a uint32_t instead. Change-Id: Ifed526513800ce27f9d605101cddd922292cca37