Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1461)

Unified Diff: Source/core/rendering/svg/RenderSVGContainer.h

Issue 711493004: Remove unnecessary paintContainer parameter from addFocusRingRects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/rendering/svg/RenderSVGContainer.h
diff --git a/Source/core/rendering/svg/RenderSVGContainer.h b/Source/core/rendering/svg/RenderSVGContainer.h
index 94239b5946505d16beb9f6edfbb8d5dd4c289d8f..2e87dab6992be92217ddc1a5ee7dffde1c556800 100644
--- a/Source/core/rendering/svg/RenderSVGContainer.h
+++ b/Source/core/rendering/svg/RenderSVGContainer.h
@@ -61,7 +61,7 @@ protected:
virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) override final;
virtual void removeChild(RenderObject*) override final;
- virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const override final;
+ virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override final;
virtual FloatRect objectBoundingBox() const override final { return m_objectBoundingBox; }
virtual FloatRect strokeBoundingBox() const override final { return m_strokeBoundingBox; }

Powered by Google App Engine
This is Rietveld 408576698