mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Send window size even when there is not top level browsing context yet
This commit is contained in:
parent
74249b6322
commit
88bf133d2a
3 changed files with 9 additions and 8 deletions
|
@ -678,7 +678,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(TopLevelBrowsingContextId, WindowSizeData, WindowSizeType),
|
||||
WindowSize(Option<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