Description[Ozone-DRM] Remove bool return value for SchedulePageFlip call
The HardwareDisplayController::SchedulePageFlip call is expected to
always call the swap callback it is provided. Having an additional bool
return code has no value and promotes confusion as to which cases the
HardwareDisplayController should handle.
This change also splits a HDC::TestPageFlip() method since it is
currently used in a synchronous fashion.
Also fix the case where a failed page flip is supposed to be treated as
a successful one.
BUG=none
Committed: https://crrev.com/4d792fca0847afa0b5b406154ad2da91a83f50e4
Cr-Commit-Position: refs/heads/master@{#357376}
Patch Set 1 #
Total comments: 8
Patch Set 2 : rebase and fix comment #
Total comments: 2
Patch Set 3 : Rebased & updated #
Depends on Patchset: Messages
Total messages: 17 (5 generated)
|