Index: Source/core/paint/ThemePainterMac.mm |
diff --git a/Source/core/paint/ThemePainterMac.mm b/Source/core/paint/ThemePainterMac.mm |
index 445cda4399cbb25c820c485d08133d29dd7ae85a..815775425485e2435c375a586bbcc83e3f9adf4d 100644 |
--- a/Source/core/paint/ThemePainterMac.mm |
+++ b/Source/core/paint/ThemePainterMac.mm |
@@ -427,7 +427,7 @@ bool ThemePainterMac::paintSliderThumb(LayoutObject* o, const PaintInfo& paintIn |
paintInfo.context->setShadow(shadowOffset, LayoutThemeMac::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()); |