1
Fork 0
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:
Timothy Flynn 2023-06-15 15:46:37 -04:00 committed by Andreas Kling
parent a4cb3b5d4d
commit f662a452c9
3 changed files with 56 additions and 0 deletions

View file

@ -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; }