mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -104,7 +104,7 @@ pub enum WindowEvent {
|
|||
ToggleSamplingProfiler(Duration, Duration),
|
||||
/// Sent when the user triggers a media action through the UA exposed media UI
|
||||
/// (play, pause, seek, etc.).
|
||||
MediaSessionAction(TopLevelBrowsingContextId, MediaSessionActionType),
|
||||
MediaSessionAction(MediaSessionActionType),
|
||||
}
|
||||
|
||||
impl Debug for WindowEvent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue