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