Bug 241975 - [media-controls] allow customization of the class used for the scrubber slider
Summary: [media-controls] allow customization of the class used for the scrubber slider
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-24 11:59 PDT by Antoine Quint
Modified: 2022-06-27 02:43 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-06-24 11:59:17 PDT
Currently the scrubber slider is created with `new Slider` but since we're adding slider customization with bug 241973, we should also be able to pick which class is used.
Comment 1 Antoine Quint 2022-06-24 12:01:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1778
Comment 2 Antoine Quint 2022-06-27 02:43:15 PDT
No need to do actual work here per the PR feedback.