DescriptionRemove incorrect isAcceleratedCompositingActive check
isAcceleratedCompositingActive is a racy check asking if the page has
had a compositing update with a non-null root layer. This check in
WebTestProxy was added as a part of converting layout tests to force
compositing mode to make sure that any test asking for a readback was
going down the composited path rather than the legacy software path.
It should be possible to finish a test and ask for an asynchronous
readback prior to having done any compositing updates. This check does
not seem legit in the first place, so just remove it.
BUG=397321
Committed: https://crrev.com/d82332795c3cf2bb42efe5a8b66e64d062b80ecb
Cr-Commit-Position: refs/heads/master@{#296450}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove additional check #Patch Set 3 : Add TODOs #Messages
Total messages: 13 (3 generated)
|