SkBitmap now really stores SkImageInfo -- config is just a ruse
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 11 Feb 2014 18:21:45 +0000 (18:21 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 11 Feb 2014 18:21:45 +0000 (18:21 +0000)
commit61e96cd44624c9faceb625519c1b29775b161f45
tree8df9411f754568cfa13f4b9b63fcb626da13f2fc
parent44546f85d9170d9dbbb0423813c339c1def30074
SkBitmap now really stores SkImageInfo -- config is just a ruse

BUG=skia:
R=scroggo@google.com

Author: reed@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@13411 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkBitmap.h
include/core/SkImageInfo.h
include/core/SkPathRef.h
src/core/SkBitmap.cpp
src/image/SkImagePriv.cpp
src/image/SkImagePriv.h
src/images/SkDecodingImageGenerator.cpp
tests/ImageDecodingTest.cpp
tests/PixelRefTest.cpp