summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderScrollbarPart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderScrollbarPart.cpp')
-rw-r--r--WebCore/rendering/RenderScrollbarPart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderScrollbarPart.cpp b/WebCore/rendering/RenderScrollbarPart.cpp
index c83248a..d2f1612 100644
--- a/WebCore/rendering/RenderScrollbarPart.cpp
+++ b/WebCore/rendering/RenderScrollbarPart.cpp
@@ -164,7 +164,7 @@ void RenderScrollbarPart::paintIntoRect(GraphicsContext* graphicsContext, int tx
return;
// Now do the paint.
- RenderObject::PaintInfo paintInfo(graphicsContext, rect, PaintPhaseBlockBackground, false, 0, 0);
+ PaintInfo paintInfo(graphicsContext, rect, PaintPhaseBlockBackground, false, 0, 0);
paint(paintInfo, tx, ty);
paintInfo.phase = PaintPhaseChildBlockBackgrounds;
paint(paintInfo, tx, ty);