commit | a0c6260705c841f501282e0e337970ca9a00e064 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Fri Jan 24 13:51:51 2014 +0000 |
committer | Adam Lesinski <adamlesinski@google.com> | Mon Jan 27 10:31:11 2014 -0800 |
tree | 5bbe084bd77b819306f743d5fba14ab4a9fff55e | |
parent | f85e41f29a0e9313c2d4725f9d9648591ea49f3b [diff] |
AssetManager cookies should be int32_t and not void*. Cookies are really indices into vectors and arrays, so they don't need to be void*. We choose int32_t instead of size_t to allow their width to be well specified. Change-Id: I319f271bd4f102dee7cb9f00df4c75ea697456f5