Fix vulkan onGetWritePixelsInfo
authoregdaniel <egdaniel@google.com>
Tue, 28 Jun 2016 20:38:26 +0000 (13:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Jun 2016 20:38:26 +0000 (13:38 -0700)
commitd66110f5972169dbcda8932c3a9a001adff23df4
treef22f9ca272e16db03354ee1adcfa9428ed785dcf
parent0a0f67ececbdf1a7f81296ed0d2cb9e3bc00e4dc
Fix vulkan onGetWritePixelsInfo

When the configs are the same in Vulkan we know we can do write pixels,
but the caller may need to do a draw, so make sure we set up the
tempDrawInfo before returning.

BUG=skia:5461, skia:5458
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2108873003

Review-Url: https://codereview.chromium.org/2108873003
src/gpu/vk/GrVkGpu.cpp