Initialize SkPixelRef::fInfo.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Dec 2013 15:19:30 +0000 (15:19 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Dec 2013 15:19:30 +0000 (15:19 +0000)
commit728f2a62526c8643ba5d234e6f570a4ebd06271a
tree92c591697a49040d8cb65908375aa1256d211540
parent2cce3df19adc4bbda837d30f7f533938f579b478
Initialize SkPixelRef::fInfo.

Still will need to make subclasses call the version of the constructor
that initializes fInfo properly.

R=reed@google.com

Review URL: https://codereview.chromium.org/110843006

git-svn-id: http://skia.googlecode.com/svn/trunk@12639 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPixelRef.h
src/core/SkPixelRef.cpp