| Index: third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.mm b/third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| index 8c9157caf73cbb8c4a1c5b1306d5a68b497593f6..e45c8ec0f91cbb8acbd44e26ba48118ad9e11d2c 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.mm
|
| @@ -251,7 +251,7 @@ bool ThemePainterMac::paintProgressBar(const LayoutObject& layoutObject, const P
|
| }
|
|
|
| if (!paintInfo.context.contextDisabled())
|
| - imageBuffer->draw(paintInfo.context, FloatRect(inflatedRect.location(), FloatSize(imageBuffer->size())), nullptr, SkXfermode::kSrcOver_Mode);
|
| + imageBuffer->draw(paintInfo.context, FloatRect(inflatedRect.location(), FloatSize(imageBuffer->size())), nullptr, SkXfermode::kSrcOver_Mode, nullptr); // FIXME: not color corect.
|
| return false;
|
| }
|
|
|
|
|