mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Implement the HTMLMediaElement fastSeek method
This commit is contained in:
parent
c987c934d0
commit
32e2207b55
Notes:
sideshowbarker
2024-07-17 07:19:27 +09:00
Author: https://github.com/trflynn89
Commit: 32e2207b55
Pull-request: https://github.com/SerenityOS/serenity/pull/18480
3 changed files with 9 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
|
||||
double current_time() const;
|
||||
void set_current_time(double);
|
||||
void fast_seek(double);
|
||||
|
||||
double current_playback_position() const { return m_current_playback_position; }
|
||||
void set_current_playback_position(double);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue