Chromium Code Reviews
Descriptionsync compositor: Queue up pending frame futures
Allow pending frame future to be queued up.
Alternatives considered:
* Block on previous frame future before setting new one. Android already
does this for us, so this would only decrease parallelism without
reducing latency.
* Signal previous frame with empty frame. This is incorrect, as the
display compositor will then draw the previous frame, which is wrong.
BUG=636164
Committed: https://crrev.com/1dd070326ef41fe0f2e7e68e0036687a90ba7f3a
Cr-Commit-Position: refs/heads/master@{#427477}
Patch Set 1 #
Total comments: 2
Patch Set 2 : comment #
Messages
Total messages: 13 (4 generated)
|
||||||||||||||||||||||||||||