| Index: Source/core/rendering/RenderScrollbarTheme.cpp
|
| diff --git a/Source/core/rendering/RenderScrollbarTheme.cpp b/Source/core/rendering/RenderScrollbarTheme.cpp
|
| index a655fb833d59ebb6df538517dfad4e78b34c4a0c..13aca53323260f1350b4bb08bba650bb8b92bc3c 100644
|
| --- a/Source/core/rendering/RenderScrollbarTheme.cpp
|
| +++ b/Source/core/rendering/RenderScrollbarTheme.cpp
|
| @@ -84,11 +84,11 @@ IntRect RenderScrollbarTheme::trackRect(ScrollbarThemeClient* scrollbar, bool)
|
| {
|
| if (!hasButtons(scrollbar))
|
| return scrollbar->frameRect();
|
| -
|
| +
|
| int startLength;
|
| int endLength;
|
| buttonSizesAlongTrackAxis(scrollbar, startLength, endLength);
|
| -
|
| +
|
| return toRenderScrollbar(scrollbar)->trackRect(startLength, endLength);
|
| }
|
|
|
| @@ -110,7 +110,7 @@ IntRect RenderScrollbarTheme::constrainTrackRectToTrackPieces(ScrollbarThemeClie
|
| void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect)
|
| {
|
| // FIXME: Implement.
|
| - context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB);
|
| + context->fillRect(cornerRect, Color::white);
|
| }
|
|
|
| void RenderScrollbarTheme::paintScrollbarBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar)
|
|
|