| Index: Source/core/rendering/RenderLayerModelObject.h
|
| diff --git a/Source/core/rendering/RenderLayerModelObject.h b/Source/core/rendering/RenderLayerModelObject.h
|
| index b25828b5722e4639afcf813f70d2a94d24815455..690325509769dc316d821c7325dae256ef5affa0 100644
|
| --- a/Source/core/rendering/RenderLayerModelObject.h
|
| +++ b/Source/core/rendering/RenderLayerModelObject.h
|
| @@ -76,6 +76,8 @@ protected:
|
|
|
| virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, const LayoutRect&) const override;
|
|
|
| + void addChildFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const;
|
| +
|
| private:
|
| virtual bool isLayerModelObject() const override final { return true; }
|
|
|
|
|