| Index: Source/core/rendering/RenderScrollbarTheme.cpp
|
| diff --git a/Source/core/rendering/RenderScrollbarTheme.cpp b/Source/core/rendering/RenderScrollbarTheme.cpp
|
| index 846e90673c4233eace50cba85291c72815f8b298..63f1a1e23d555a588556a4608e79810cc81ea314 100644
|
| --- a/Source/core/rendering/RenderScrollbarTheme.cpp
|
| +++ b/Source/core/rendering/RenderScrollbarTheme.cpp
|
| @@ -107,7 +107,7 @@ IntRect RenderScrollbarTheme::constrainTrackRectToTrackPieces(ScrollbarThemeClie
|
| return result;
|
| }
|
|
|
| -void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect)
|
| +void RenderScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
|
| {
|
| // FIXME: Implement.
|
| context->fillRect(cornerRect, Color::white);
|
|
|