| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index 62447b830be9fe0fd91d38a5bd5bdad7bbbfab2c..f90425a6718038ae50028fb692cdd38e7bf399d4 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -966,11 +966,6 @@ bool RenderObject::mustInvalidateBackgroundOrBorderPaintOnHeightChange() const
|
| return false;
|
| }
|
|
|
| -void RenderObject::paintOutline(PaintInfo& paintInfo, const LayoutRect& paintRect)
|
| -{
|
| - ObjectPainter(*this).paintOutline(paintInfo, paintRect);
|
| -}
|
| -
|
| void RenderObject::addChildFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const
|
| {
|
| for (RenderObject* current = slowFirstChild(); current; current = current->nextSibling()) {
|
|
|