diff options
Diffstat (limited to 'components/compositing/lib.rs')
-rw-r--r-- | components/compositing/lib.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/components/compositing/lib.rs b/components/compositing/lib.rs index dbb835e8bbe..4f29cfc1662 100644 --- a/components/compositing/lib.rs +++ b/components/compositing/lib.rs @@ -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 |