| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index bcc19e8959eca84ad4eb8c3f94805505bbb1a8fe..29d242145904e96e61f3cf161c9789f903d3216d 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -1138,8 +1138,6 @@ protected:
|
| void propagateStyleToAnonymousChildren(bool blockChildrenOnly = false);
|
| virtual void updateAnonymousChildStyle(const RenderObject* child, RenderStyle* style) const { }
|
|
|
| -public:
|
| - void paintOutline(PaintInfo&, const LayoutRect&);
|
| protected:
|
| void addChildFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const;
|
|
|
|
|