| Index: Source/core/platform/ScrollView.cpp
|
| diff --git a/Source/core/platform/ScrollView.cpp b/Source/core/platform/ScrollView.cpp
|
| index 97f8e5ae3d104010b07d82d64e9b3a3c9b246779..67382df3ce5fa01bef3a3f530315221e5d5ff54f 100644
|
| --- a/Source/core/platform/ScrollView.cpp
|
| +++ b/Source/core/platform/ScrollView.cpp
|
| @@ -910,7 +910,7 @@ void ScrollView::paintPanScrollIcon(GraphicsContext* context)
|
| IntPoint iconGCPoint = m_panScrollIconPoint;
|
| if (parent())
|
| iconGCPoint = parent()->windowToContents(iconGCPoint);
|
| - context->drawImage(panScrollIcon, ColorSpaceDeviceRGB, iconGCPoint);
|
| + context->drawImage(panScrollIcon, iconGCPoint);
|
| }
|
|
|
| void ScrollView::paint(GraphicsContext* context, const IntRect& rect)
|
|
|