Index: third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp b/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp |
index a5ca9c9e05710fc7ec7595b67bece499cecc7345..74c101dd517135d9700c676e0213b0b1169fa921 100644 |
--- a/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/ScrollbarPainter.cpp |
@@ -30,7 +30,7 @@ void ScrollbarPainter::paintIntoRect(const LayoutScrollbarPart& layoutScrollbarP |
const_cast<LayoutScrollbarPart&>(layoutScrollbarPart).setHeight(rect.height()); |
// Now do the paint. |
- PaintInfo paintInfo(&graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, GlobalPaintNormalPhase, PaintLayerNoFlag); |
+ PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, GlobalPaintNormalPhase, PaintLayerNoFlag); |
BlockPainter blockPainter(layoutScrollbarPart); |
blockPainter.paint(paintInfo, paintOffset); |
paintInfo.phase = PaintPhaseChildBlockBackgrounds; |