mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 06:38:22 +00:00
LibWeb: Extract media element timeline painting to a base class
This moves the painting of the media timeout out of VideoPaintable into a base MediaPaintable. This is to allow re-using the same timeline logic and controls for audio elements.
This commit is contained in:
parent
3a4e64bdbd
commit
ee48d7514f
Notes:
sideshowbarker
2024-07-17 16:42:19 +09:00
Author: https://github.com/trflynn89
Commit: ee48d7514f
Pull-request: https://github.com/SerenityOS/serenity/pull/19367
8 changed files with 314 additions and 240 deletions
|
@ -485,6 +485,7 @@ namespace Web::Painting {
|
|||
class ButtonPaintable;
|
||||
class CheckBoxPaintable;
|
||||
class LabelablePaintable;
|
||||
class MediaPaintable;
|
||||
class Paintable;
|
||||
class PaintableBox;
|
||||
class PaintableWithLines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue