mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +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
8 changed files with 314 additions and 240 deletions
|
@ -454,6 +454,7 @@ set(SOURCES
|
|||
Painting/InlinePaintable.cpp
|
||||
Painting/LabelablePaintable.cpp
|
||||
Painting/MarkerPaintable.cpp
|
||||
Painting/MediaPaintable.cpp
|
||||
Painting/NestedBrowsingContextPaintable.cpp
|
||||
Painting/PaintContext.cpp
|
||||
Painting/Paintable.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue