mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
LibWeb/WebVTT: Implement VTTRegion idl interface
This commit is contained in:
parent
cfec88feb3
commit
1a012f279a
Notes:
github-actions[bot]
2024-09-24 22:49:56 +00:00
Author: https://github.com/jamierocks
Commit: 1a012f279a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1494
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/tcl3 ✅
8 changed files with 219 additions and 0 deletions
|
@ -94,6 +94,7 @@ static bool is_platform_object(Type const& type)
|
|||
"TextMetrics"sv,
|
||||
"TextTrack"sv,
|
||||
"URLSearchParams"sv,
|
||||
"VTTRegion"sv,
|
||||
"VideoTrack"sv,
|
||||
"VideoTrackList"sv,
|
||||
"WebGLRenderingContext"sv,
|
||||
|
@ -4212,6 +4213,7 @@ static void generate_using_namespace_definitions(SourceGenerator& generator)
|
|||
using namespace Web::WebAudio;
|
||||
using namespace Web::WebGL;
|
||||
using namespace Web::WebIDL;
|
||||
using namespace Web::WebVTT;
|
||||
using namespace Web::XHR;
|
||||
)~~~"sv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue