1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

LibWeb: Implement TrackEvent for media events

This commit is contained in:
Timothy Flynn 2023-04-04 09:28:59 -04:00 committed by Linus Groh
parent 3f1badf9b2
commit 460e1bd072
6 changed files with 92 additions and 0 deletions

View file

@ -355,6 +355,7 @@ class Storage;
class SubmitEvent;
class TextMetrics;
class Timer;
class TrackEvent;
class VideoTrack;
class VideoTrackList;
class Window;