| Index: Source/core/rendering/RenderObject.h
 | 
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
 | 
| index 6759aed9f69c39b2cc43c88c318cbcb6e3a4df35..615432111823054f598e7f2684635d703c08b0fd 100644
 | 
| --- a/Source/core/rendering/RenderObject.h
 | 
| +++ b/Source/core/rendering/RenderObject.h
 | 
| @@ -890,10 +890,7 @@ public:
 | 
|  
 | 
|      // Returns the rect that should have paint invalidated whenever this object changes. The rect is in the view's
 | 
|      // coordinate space. This method deals with outlines and overflow.
 | 
| -    LayoutRect absoluteClippedOverflowRect() const
 | 
| -    {
 | 
| -        return clippedOverflowRectForPaintInvalidation(0);
 | 
| -    }
 | 
| +    LayoutRect absoluteClippedOverflowRect() const;
 | 
|      IntRect pixelSnappedAbsoluteClippedOverflowRect() const;
 | 
|      virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const;
 | 
|      virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth, const PaintInvalidationState* = 0) const;
 | 
| 
 |