mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Remove unused boolean argument from ContellationMsg's GetPipeline
This commit is contained in:
parent
cb5ceec150
commit
95552c4019
3 changed files with 5 additions and 5 deletions
|
@ -686,7 +686,7 @@ pub enum ConstellationMsg {
|
|||
/// Request that the constellation send the current pipeline id for the provided frame
|
||||
/// id, or for the root frame if this is None, over a provided channel.
|
||||
/// Also returns a boolean saying whether the document has finished loading or not.
|
||||
GetPipeline(Option<FrameId>, IpcSender<Option<(PipelineId, bool)>>),
|
||||
GetPipeline(Option<FrameId>, IpcSender<Option<PipelineId>>),
|
||||
/// Requests that the constellation inform the compositor of the title of the pipeline
|
||||
/// immediately.
|
||||
GetPipelineTitle(PipelineId),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue