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

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

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.cpp
diff --git a/Source/core/layout/svg/LayoutSVGContainer.cpp b/Source/core/layout/svg/LayoutSVGContainer.cpp
index 75bd980c4822b3a08ee2568675c1d5a518f87fa3..45a6d9947e333a724d4e7817508e2ed54f6018ea 100644
--- a/Source/core/layout/svg/LayoutSVGContainer.cpp
+++ b/Source/core/layout/svg/LayoutSVGContainer.cpp
@@ -150,7 +150,7 @@ void LayoutSVGContainer::paint(const PaintInfo& paintInfo, const LayoutPoint&)
SVGContainerPainter(*this).paint(paintInfo);
}
-void LayoutSVGContainer::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint&) const
+void LayoutSVGContainer::addOutlineRects(Vector<LayoutRect>& rects, const LayoutPoint&) const
{
LayoutRect contentRect = LayoutRect(paintInvalidationRectInLocalCoordinates());
if (!contentRect.isEmpty())

Powered by Google App Engine
This is Rietveld 408576698