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

Unified Diff: Source/core/layout/svg/LayoutSVGContainer.h

Issue 1269123002: Preparation for combining paths of focus rings and outlines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove debug from fast/css/focus-ring-recursive-continuations.html Created 5 years, 4 months 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/layout/svg/LayoutSVGContainer.h
diff --git a/Source/core/layout/svg/LayoutSVGContainer.h b/Source/core/layout/svg/LayoutSVGContainer.h
index b30a7cc246eb4cb9e40ffc110f382224bbbdf7da..5fb7d153d956b2937110e0b3e08d2899f65d619c 100644
--- a/Source/core/layout/svg/LayoutSVGContainer.h
+++ b/Source/core/layout/svg/LayoutSVGContainer.h
@@ -64,7 +64,7 @@ protected:
void addChild(LayoutObject* child, LayoutObject* beforeChild = nullptr) final;
void removeChild(LayoutObject*) final;
- void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final;
+ void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final;
FloatRect strokeBoundingBox() const final { return m_strokeBoundingBox; }

Powered by Google App Engine
This is Rietveld 408576698