mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Default media session actions
This commit is contained in:
parent
68baabba63
commit
9da1dd3592
3 changed files with 37 additions and 3 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(BrowsingContextId, MediaSessionEvent),
|
||||
}
|
||||
|
||||
impl fmt::Debug for ScriptMsg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue