mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPipeline.
This commit is contained in:
parent
ef20972023
commit
85a762a31a
3 changed files with 5 additions and 7 deletions
|
@ -115,7 +115,7 @@ pub enum ConstellationControlMsg {
|
|||
/// Notifies script that window has been resized but to not take immediate action.
|
||||
ResizeInactive(PipelineId, WindowSizeData),
|
||||
/// Notifies the script that a pipeline should be closed.
|
||||
ExitPipeline(PipelineId, PipelineExitType),
|
||||
ExitPipeline(PipelineId),
|
||||
/// Sends a DOM event.
|
||||
SendEvent(PipelineId, CompositorEvent),
|
||||
/// Notifies script of the viewport.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue