| Index: Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/Source/core/layout/LayoutThemeMac.mm b/Source/core/layout/LayoutThemeMac.mm
|
| index 2c03a9cc304b759c56b5a9af8c78e0097d8a0017..d158a923cbbaed9819242c64b193a1d84f4d44d7 100644
|
| --- a/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/Source/core/layout/LayoutThemeMac.mm
|
| @@ -1015,9 +1015,9 @@ void LayoutThemeMac::adjustSliderThumbSize(ComputedStyle& style, Element*) const
|
| if (style.appearance() == SliderThumbHorizontalPart || style.appearance() == SliderThumbVerticalPart) {
|
| style.setWidth(Length(static_cast<int>(sliderThumbWidth * zoomLevel), Fixed));
|
| style.setHeight(Length(static_cast<int>(sliderThumbHeight * zoomLevel), Fixed));
|
| + } else {
|
| + adjustMediaSliderThumbSize(style);
|
| }
|
| -
|
| - adjustMediaSliderThumbSize(style);
|
| }
|
|
|
| NSPopUpButtonCell* LayoutThemeMac::popupButton() const
|
|
|