Convert XYZ values from PNGs to D50
authormsarett <msarett@google.com>
Fri, 22 Jul 2016 21:07:23 +0000 (14:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 Jul 2016 21:07:23 +0000 (14:07 -0700)
commit554479527c669733ea0ef6c1dedd2c9d1773d784
treeb8f86d2ee14793d94403118b2194669ef962f54c
parent86a6c6d8bdb1055ee2d0689eeaa4a814402e69dd
Convert XYZ values from PNGs to D50

Previously, we were storing whatever values we got out of the file
and pretending they were D50.  Brian has demonstrated that this
doesn't really work.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2180483003

Review-Url: https://codereview.chromium.org/2180483003
src/codec/SkPngCodec.cpp