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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223218
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|