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