| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index abd57909e938ef9cf8e015018160cef28e2a621d..6a304ce94380fa7e7cb22e124653ecb3aebf7130 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -855,8 +855,6 @@ public:
|
|
|
| void invalidatePaintIncludingNonCompositingDescendants();
|
|
|
| - bool checkForPaintInvalidation() const;
|
| -
|
| // 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;
|
|
|