am d9f32b16: Merge "Ensure alignment of Res_png_9patch."

* commit 'd9f32b164be11b6c42ee36ca6945623073e82c99':
  Ensure alignment of Res_png_9patch.
This commit is contained in:
Dan Albert
2015-04-09 18:26:34 +00:00
committed by Android Git Automerger

View File

@@ -112,7 +112,7 @@ struct __assertChar16Size {
*
* The PNG chunk type is "npTc".
*/
struct Res_png_9patch
struct alignas(uintptr_t) Res_png_9patch
{
Res_png_9patch() : wasDeserialized(false), xDivsOffset(0),
yDivsOffset(0), colorsOffset(0) { }