Index: third_party/WebKit/Source/core/paint/ImagePainter.h |
diff --git a/third_party/WebKit/Source/core/paint/ImagePainter.h b/third_party/WebKit/Source/core/paint/ImagePainter.h |
index c7ec24036981de9359893bb1e177d6c242bdfc13..fce4d6185bb065dcd7e4ef16367f7c2f03af664b 100644 |
--- a/third_party/WebKit/Source/core/paint/ImagePainter.h |
+++ b/third_party/WebKit/Source/core/paint/ImagePainter.h |
@@ -22,7 +22,7 @@ public: |
void paint(const PaintInfo&, const LayoutPoint& paintOffset); |
void paintReplaced(const PaintInfo&, const LayoutPoint& paintOffset); |
- void paintIntoRect(GraphicsContext*, const LayoutRect&); |
+ void paintIntoRect(GraphicsContext&, const LayoutRect&); |
private: |
void paintAreaElementFocusRing(const PaintInfo&, const LayoutPoint& paintOffset); |