mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
LibWeb: Draw a volume scrub bar on media elements to control volume
This commit is contained in:
parent
a4cb3b5d4d
commit
f662a452c9
3 changed files with 56 additions and 0 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
Optional<CSSPixelRect> playback_button_rect;
|
||||
Optional<CSSPixelRect> timeline_rect;
|
||||
Optional<CSSPixelRect> speaker_button_rect;
|
||||
Optional<CSSPixelRect> volume_rect;
|
||||
};
|
||||
CachedLayoutBoxes& cached_layout_boxes(Badge<Painting::MediaPaintable>) const { return m_layout_boxes; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue