mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Prefix AK::Duration with AK Namespace
This commit is contained in:
parent
2fa9ec20bd
commit
b20a1d0fcd
Notes:
sideshowbarker
2024-07-18 23:46:42 +09:00
Author: https://github.com/ADKaster
Commit: b20a1d0fcd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/676
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/trflynn89 ✅
16 changed files with 39 additions and 39 deletions
|
@ -27,9 +27,9 @@ public:
|
|||
void pause_video(Badge<HTMLVideoElement>);
|
||||
void stop_video(Badge<HTMLVideoElement>);
|
||||
|
||||
Duration position() const;
|
||||
Duration duration() const;
|
||||
void seek(Duration, MediaSeekMode);
|
||||
AK::Duration position() const;
|
||||
AK::Duration duration() const;
|
||||
void seek(AK::Duration, MediaSeekMode);
|
||||
|
||||
u64 pixel_width() const;
|
||||
u64 pixel_height() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue