Fix pixel ref counting bug in image decode.

Previously we called bitmap->swap while in the scope of
SkAutoLockPixels, which results in the swapped ref count
being decremented by ~SkAutoLockPixels

Change-Id: I165ab161f2db6529db2e79665981cada5ff7d54a
1 file changed