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