LibWeb/HTML: Implement TextTrackCue idl interface

This commit is contained in:
Jamie Mansfield 2024-09-19 19:41:57 +01:00 committed by Tim Ledbetter
commit 0b2449d8d2
Notes: github-actions[bot] 2024-09-24 22:50:09 +00:00
8 changed files with 174 additions and 0 deletions

View file

@ -496,6 +496,7 @@ class Storage;
class SubmitEvent;
class TextMetrics;
class TextTrack;
class TextTrackCue;
class TextTrackList;
class Timer;
class TimeRanges;