Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. [email protected] Bug: 912193 Change-Id: I4bfb14101073ea5086ada901cf618ef1c5d08d2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542229 Reviewed-by: Antoine Labour <[email protected]> Commit-Queue: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#645315}
- Loading branch information