Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm |
index 1515a1fe61f52555266dd58d1c3df781980694cf..9714613fd2a5350101f4b94c487b9731fc59a11a 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm |
@@ -148,7 +148,7 @@ bool ScrollbarThemeMacNonOverlayAPI::paint(const ScrollbarThemeClient& scrollbar |
ASSERT(imageBuffer); |
if (!context.contextDisabled()) { |
imageBuffer->draw(context, FloatRect(scrollbar.frameRect().location(), FloatSize(imageBuffer->size())), |
- nullptr, SkXfermode::kSrcOver_Mode); |
+ nullptr, SkXfermode::kSrcOver_Mode, nullptr); // FIXME: not color corrrect. |
} |
} |