Descriptioncc: Always use SetNeedsBeginFrame to request the next BeginFrame
This avoids relying on SwapBuffers to implicitly trigger the next
BeginFrame. Only a single code path is used to request the next
BeginFrame now: SetNeedsBeginFrame(true).
This avoids issues where OutputSurface subclasses might not call
OutputSurface::DidSwap() when they need to or when we early out
a swap request and don't actually swap anything.
BUG=289755
Patch Set 1 #
Total comments: 4
Patch Set 2 : rename begin_frame_pending_; update swap comment; #
Total comments: 1
Patch Set 3 : speling #Patch Set 4 : rebase on epenner's patch #
Messages
Total messages: 8 (0 generated)
|