Index: Source/core/paint/ImagePainter.h |
diff --git a/Source/core/paint/ImagePainter.h b/Source/core/paint/ImagePainter.h |
index 7383afc86617bb7123adda5cc439ad952e14159a..7ac2862faffa487c53d8457b861d70ae92071887 100644 |
--- a/Source/core/paint/ImagePainter.h |
+++ b/Source/core/paint/ImagePainter.h |
@@ -22,7 +22,7 @@ public: |
void paintIntoRect(GraphicsContext*, const LayoutRect& paintOffset); |
private: |
- void paintAreaElementFocusRing(const PaintInfo&); |
+ void paintAreaElementFocusRing(const PaintInfo&, const LayoutPoint& paintOffset); |
LayoutImage& m_layoutImage; |
}; |