mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix media session action handling
This commit is contained in:
parent
9da1dd3592
commit
b048d7faf7
9 changed files with 54 additions and 121 deletions
|
@ -256,7 +256,7 @@ pub enum ScriptMsg {
|
|||
GetScreenAvailSize(IpcSender<DeviceIntSize>),
|
||||
/// Notifies the constellation about media session events
|
||||
/// (i.e. when there is metadata for the active media session, playback state changes...).
|
||||
MediaSessionEvent(BrowsingContextId, MediaSessionEvent),
|
||||
MediaSessionEvent(PipelineId, MediaSessionEvent),
|
||||
}
|
||||
|
||||
impl fmt::Debug for ScriptMsg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue