Default media session actions

This commit is contained in:
Fernando Jiménez Moreno 2019-11-12 17:12:54 +01:00
parent 68baabba63
commit 9da1dd3592
3 changed files with 37 additions and 3 deletions

View file

@ -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 {