Index: Source/WebCore/rendering/RenderBoxModelObject.h |
=================================================================== |
--- Source/WebCore/rendering/RenderBoxModelObject.h (revision 145949) |
+++ Source/WebCore/rendering/RenderBoxModelObject.h (working copy) |
@@ -230,7 +230,7 @@ |
LayoutPoint adjustedPositionRelativeToOffsetParent(const LayoutPoint&) const; |
- void calculateBackgroundImageGeometry(const FillLayer*, const LayoutRect& paintRect, BackgroundImageGeometry&); |
+ void calculateBackgroundImageGeometry(const FillLayer*, const LayoutRect& paintRect, BackgroundImageGeometry&, RenderObject* = 0); |
void getBorderEdgeInfo(class BorderEdge[], const RenderStyle*, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true) const; |
bool borderObscuresBackgroundEdge(const FloatSize& contextScale) const; |
bool borderObscuresBackground() const; |