Fix gray png BRD tests
authorMatt Sarett <msarett@google.com>
Thu, 15 Dec 2016 23:17:33 +0000 (18:17 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 16 Dec 2016 15:10:43 +0000 (15:10 +0000)
commit334df3a5627809110e7819346dacdb5233269fdc
tree1aa920bbffb9c378bd6c2de157f8e52a0915f6f5
parent1e86044d42b52fea679b4fd09226214cfbc9d145
Fix gray png BRD tests

Before my recent CL, these were not run at all (because the decode
color type was gray and the bitmap color type was alpha).
https://skia-review.googlesource.com/c/6088/

Now that these are being run, we should mark the bitmap as
gray so they draw correctly.

BUG=skia:

Change-Id: I9bdfe97671a60da2bcbef55377e1c1b2bd326f8f
Reviewed-on: https://skia-review.googlesource.com/6160
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Matt Sarett <msarett@google.com>
dm/DMSrcSink.cpp