| Index: Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
|
| diff --git a/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp b/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
|
| index 2c1d54e200de34a96e4b2c4856509e231febae46..0be830011fbebda4c449c8b3335b569855588d83 100644
|
| --- a/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
|
| +++ b/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
|
| @@ -111,7 +111,7 @@ void ScrollbarThemeChromiumAndroid::paintThumb(GraphicsContext* context, Scrollb
|
| thumbRect.setHeight(thumbRect.height() - scrollbarMargin);
|
| else
|
| thumbRect.setWidth(thumbRect.width() - scrollbarMargin);
|
| - context->fillRect(thumbRect, Color(128, 128, 128, 128), ColorSpaceDeviceRGB);
|
| + context->fillRect(thumbRect, Color(128, 128, 128, 128));
|
| }
|
|
|
| } // namespace WebCore
|
|
|