mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Create initial browser id for compositor on startup.
This commit is contained in:
parent
74f1eb199e
commit
6b50d7025c
7 changed files with 47 additions and 39 deletions
|
@ -76,11 +76,7 @@ pub enum ConstellationMsg {
|
|||
/// Request to traverse the joint session history of the provided browsing context.
|
||||
TraverseHistory(TopLevelBrowsingContextId, TraversalDirection),
|
||||
/// Inform the constellation of a window being resized.
|
||||
WindowSize(
|
||||
Option<TopLevelBrowsingContextId>,
|
||||
WindowSizeData,
|
||||
WindowSizeType,
|
||||
),
|
||||
WindowSize(TopLevelBrowsingContextId, WindowSizeData, WindowSizeType),
|
||||
/// Requests that the constellation instruct layout to begin a new tick of the animation.
|
||||
TickAnimation(PipelineId, AnimationTickType),
|
||||
/// Dispatch a webdriver command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue