Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / paint / ImagePainter.h
index f3e2ced..2831801 100644 (file)
@@ -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&);