commit | 9b77ddde08efe702256355a333cf31ade8f15bb0 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Thu Mar 19 06:03:39 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 19 06:03:39 2015 -0700 |
tree | b3bc069a191e747bf5107740d5b3b9b3fc84d1e2 | |
parent | effcba4a4d1a6fdfdd5ec440e10e1424b768182d [diff] |
Run CodecSrc DM. Rather than making SkCodec an option instead of SkImageDecoder, create a separate CodecSrc. This allows us to compare the two. For both CodecSrc and ImageSrc, do not decode to a gpu backend. BUG=skia:3475 Review URL: https://codereview.chromium.org/978823002