Enable new-style pixel layout tests always.
They are disabled on android forcing us to keep a whole heap of legacy code around that is not even understandable at this point (the whole CompositeAndReadbackAsync() path). In order to remove this old code, which is also dead when Android layout tests aren't running, turn the new mode on always. If pixel-based Android layout tests are wanted to run, they should resolve whatever is busted for them in the new path rather than keeping a whole other compositing mode around just for them. I will follow up with CLs to remove the flag once this proof of concept lands, and to remove all the dead code in RenderWidget, WebTestSupport, etc. R=piman@chromium.org Bug: 912193 Change-Id: I4bfb14101073ea5086ada901cf618ef1c5d08d2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542229Reviewed-by:Antoine Labour <piman@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#645315}
Showing
Please register or sign in to comment