DescriptionMake slider thumb painting bail out when the node is null.
The other media control painting methods do handle a null node in
toParentMediaElement (as can happen with a pseudo-element, such as
::-webkit-scrollbar). The slider thumb painting should too.
There are currently unfounded assertions that this node is not null,
but author style can make it null, so a proper check is appropriate.
A layout test has been added for this case.
BUG=412154
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181656
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|