Disable layer hoisting for non-8888 canvases
authorrobertphillips <robertphillips@google.com>
Thu, 5 May 2016 19:38:03 +0000 (12:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 May 2016 19:38:03 +0000 (12:38 -0700)
commit4e30f27164179d344f0c8efa9a691d1bc9a53e3f
tree58fb39670a3cc7c561d367918b614ac1342cd574
parenta8d0d6c8bad00e713bc33e5f0d47ca4fec104433
Disable layer hoisting for non-8888 canvases

This just stops the bleeding. A real fix would propagate the canvas' backing type down to the layer hoister.

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1957433002

Review-Url: https://codereview.chromium.org/1957433002
src/core/SkMultiPictureDraw.cpp
src/gpu/SkGpuDevice.cpp