| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 89901e46c892d73dcf8d5b9cfb533c2f570e2cad..5e3fe5e7065c5c83c45b8c4279390b0a1c516fa6 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -1106,7 +1106,9 @@ protected:
|
| BoxSide, Color, int adjacentWidth1, int adjacentWidth2, bool antialias);
|
|
|
| void paintFocusRing(PaintInfo&, const LayoutPoint&, RenderStyle*);
|
| +public:
|
| void paintOutline(PaintInfo&, const LayoutRect&);
|
| +protected:
|
| void addChildFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const;
|
|
|
| void clearLayoutRootIfNeeded() const;
|
|
|