Fix alignment issues with stack allocated memory allocated as bytes but used to hold...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 20 Apr 2011 15:47:04 +0000 (15:47 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 20 Apr 2011 15:47:04 +0000 (15:47 +0000)
commita55847ba22ae4a673af022e7d88404e080195464
tree23f61eb208d288eab26089728436e1d2b6484836
parent9dbdb4068f137343e8c7cbff9245544b24aa1776
Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types.

Review URL: http://codereview.appspot.com/4435060/

git-svn-id: http://skia.googlecode.com/svn/trunk@1162 2bbb7eff-a529-9590-31e7-b0007b416f81
gpu/include/GrAllocator.h
gpu/include/GrClip.h
gpu/include/GrInOrderDrawBuffer.h
gpu/include/GrTArray.h
gpu/include/GrTemplates.h [new file with mode: 0644]
gpu/include/GrTypes.h
gpu/src/GrClip.cpp
gpu/src/GrInOrderDrawBuffer.cpp