| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index b56705cb905111631a6d7759d8b73d7e0b5d2cda..7eac7c979ace05fceb705c1e9e0105bfa2892987 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -1174,11 +1174,6 @@ void RenderObject::invalidatePaintRectangle(const LayoutRect& r) const
|
| invalidatePaintUsingContainer(paintInvalidationContainer, dirtyRect, PaintInvalidationRectangle);
|
| }
|
|
|
| -IntRect RenderObject::pixelSnappedAbsoluteClippedOverflowRect() const
|
| -{
|
| - return pixelSnappedIntRect(absoluteClippedOverflowRect());
|
| -}
|
| -
|
| void RenderObject::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState)
|
| {
|
| ASSERT(!needsLayout());
|
|
|