mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove a spurious field from the SetFrameTree message.
This commit is contained in:
parent
a80767993b
commit
863cb03eca
3 changed files with 5 additions and 14 deletions
|
@ -141,7 +141,7 @@ pub enum Msg {
|
|||
/// Alerts the compositor that the given pipeline has changed whether it is running animations.
|
||||
ChangeRunningAnimationsState(PipelineId, AnimationState),
|
||||
/// Replaces the current frame tree, typically called during main frame navigation.
|
||||
SetFrameTree(SendableFrameTree, IpcSender<()>, Sender<ConstellationMsg>),
|
||||
SetFrameTree(SendableFrameTree, IpcSender<()>),
|
||||
/// The load of a page has begun: (can go back, can go forward).
|
||||
LoadStart(bool, bool),
|
||||
/// The load of a page has completed: (can go back, can go forward, is root frame).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue