mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Base waiting on frames
This commit is contained in:
parent
ebb12cb298
commit
6dd4df9852
3 changed files with 83 additions and 58 deletions
|
@ -93,7 +93,7 @@ pub enum CompositorMsg {
|
|||
/// WebRender has produced a new frame. This message informs the compositor that
|
||||
/// the frame is ready. It contains a bool to indicate if it needs to composite and the
|
||||
/// `DocumentId` of the new frame.
|
||||
NewWebRenderFrameReady(DocumentId, bool),
|
||||
NewWebRenderFrameReady(DocumentId, u64, bool),
|
||||
/// Script or the Constellation is notifying the renderer that a Pipeline has finished
|
||||
/// shutting down. The renderer will not discard the Pipeline until both report that
|
||||
/// they have fully shut it down, to avoid recreating it due to any subsequent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue