| Index: Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/Source/core/layout/LayoutThemeMac.mm b/Source/core/layout/LayoutThemeMac.mm
|
| index ccc9c49f240ce371ef266b6236630a97c344cc15..5f5adccce602e321be8f9ca282e1c100da97b7c5 100644
|
| --- a/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/Source/core/layout/LayoutThemeMac.mm
|
| @@ -1350,7 +1350,7 @@ bool LayoutThemeMac::paintSliderThumb(LayoutObject* o, const PaintInfo& paintInf
|
| paintInfo.context->setShadow(shadowOffset, sliderThumbShadowBlur, shadowColor);
|
| paintInfo.context->setFillColor(Color::black);
|
| paintInfo.context->fillEllipse(borderBounds);
|
| - paintInfo.context->clearShadow();
|
| + paintInfo.context->clearDrawLooper();
|
|
|
| IntRect fillBounds = enclosedIntRect(unzoomedRect);
|
| RefPtr<Gradient> fillGradient = Gradient::create(fillBounds.minXMinYCorner(), fillBounds.minXMaxYCorner());
|
|
|