Disabled YUV decoding for subsets
authorsugoi <sugoi@chromium.org>
Thu, 16 Oct 2014 12:19:31 +0000 (05:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 12:19:31 +0000 (05:19 -0700)
commitff58e4679b9473ce19abb81a3e50fc6a18f0981d
tree4b8b22be9babf67be2520eb199cc7bdb5ef40020
parent30bc88ccd524c0372fd2f8f79190ea4b81685beb
Disabled YUV decoding for subsets

Image subsets were always showing the same tile and were causing an image to be fully YUV decoded once per tile, which was both slow and wrong.

BUG=413001, 419718

Review URL: https://codereview.chromium.org/661483002
src/gpu/SkGr.cpp