Descriptioncc: Poll for state that triggers draws (synchronous compositor only)
This adds Scheduler::PollForAnticipatedDrawTriggers which is used
by the synchronous compositor to avoid requesting BeginImplFrames
when we might not actually draw new content, but still need to
monitor state that might trigger a draw at vsync intervals.
This can occur, for example, when the last swap used incomplete tiles
(checkerboards or low-quality) or when a commit is aborted and we
want to wait a vsync before starting the next commit.
BUG=284810
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222711
Patch Set 1 #Patch Set 2 : add test #
Total comments: 4
Patch Set 3 : add more test expectations; formatting; #
Messages
Total messages: 9 (0 generated)
|