| Index: Source/core/paint/ImagePainter.h
|
| diff --git a/Source/core/paint/ImagePainter.h b/Source/core/paint/ImagePainter.h
|
| index f3e2cedc31b151e44f818a47869f7d74ee1e178e..2831801fc0b14dbd54d380f4ecfd05bfab6676d6 100644
|
| --- a/Source/core/paint/ImagePainter.h
|
| +++ b/Source/core/paint/ImagePainter.h
|
| @@ -17,9 +17,10 @@ class ImagePainter {
|
| public:
|
| ImagePainter(RenderImage& renderImage) : m_renderImage(renderImage) { }
|
|
|
| - void paint(PaintInfo&, const LayoutPoint&);
|
| - void paintReplaced(PaintInfo&, const LayoutPoint&);
|
| - void paintIntoRect(GraphicsContext*, const LayoutRect&);
|
| + void paint(PaintInfo&, const LayoutPoint& paintOffset);
|
| + void paintReplaced(PaintInfo&, const LayoutPoint& paintOffset);
|
| + void paintIntoRect(GraphicsContext*, const LayoutRect& paintOffset);
|
| + void paintBoxDecorationBackground(PaintInfo&, const LayoutPoint& paintOffset);
|
|
|
| private:
|
| void paintAreaElementFocusRing(PaintInfo&);
|
|
|