| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 29d242145904e96e61f3cf161c9789f903d3216d..f1d84d21bd9f6f9aeab4f31f98289652f43ef1d1 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -982,7 +982,7 @@ public:
|
|
|
| bool createsGroup() const { return isTransparent() || hasMask() || hasFilter() || hasBlendMode(); }
|
|
|
| - virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const { }
|
| + virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const { }
|
|
|
| // Compute a list of hit-test rectangles per layer rooted at this renderer.
|
| virtual void computeLayerHitTestRects(LayerHitTestRects&) const;
|
| @@ -1139,8 +1139,6 @@ protected:
|
| virtual void updateAnonymousChildStyle(const RenderObject* child, RenderStyle* style) const { }
|
|
|
| protected:
|
| - void addChildFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const;
|
| -
|
| void clearLayoutRootIfNeeded() const;
|
| virtual void willBeDestroyed();
|
| void postDestroy();
|
|
|