mirror of
https://github.com/servo/servo.git
synced 2025-08-31 10:08:21 +01:00
Register media instance with session and prepare communication with embedder
This commit is contained in:
parent
9c329a7935
commit
4d147d2c56
8 changed files with 107 additions and 4 deletions
|
@ -449,6 +449,10 @@ where
|
|||
error!("Failed to store profile: {}", e);
|
||||
}
|
||||
},
|
||||
EmbedderMsg::MediaSession(_) => {
|
||||
debug!("MediaSession received");
|
||||
// TODO(ferjm)
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue