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

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

Issue 1269123002: Preparation for combining paths of focus rings and outlines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/LayoutSVGModelObject.h
diff --git a/Source/core/layout/svg/LayoutSVGModelObject.h b/Source/core/layout/svg/LayoutSVGModelObject.h
index 91f49df1e0e28d1111e938c8b07615f7ae2535c5..674251e6660b2246ee3d7817f913cc3f7e1411eb 100644
--- a/Source/core/layout/svg/LayoutSVGModelObject.h
+++ b/Source/core/layout/svg/LayoutSVGModelObject.h
@@ -74,7 +74,7 @@ private:
// This method should never be called, SVG uses a different nodeAtPoint method
bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) final;
- IntRect absoluteFocusRingBoundingBoxRect() const final;
+ IntRect absoluteOutlineBoundingBoxRect() const final;
void invalidateTreeIfNeeded(PaintInvalidationState&) final;

Powered by Google App Engine
This is Rietveld 408576698