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

Unified Diff: Source/core/layout/svg/LayoutSVGImage.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/LayoutSVGImage.h
diff --git a/Source/core/layout/svg/LayoutSVGImage.h b/Source/core/layout/svg/LayoutSVGImage.h
index 26e1c25b90252b23cb72a83b6da5c7640aa61ba0..74267c9591b45485f887c34dc05a0632ae586f92 100644
--- a/Source/core/layout/svg/LayoutSVGImage.h
+++ b/Source/core/layout/svg/LayoutSVGImage.h
@@ -57,7 +57,7 @@ protected:
private:
FloatRect strokeBoundingBox() const override { return m_objectBoundingBox; }
- void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override;
+ void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override;
void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;

Powered by Google App Engine
This is Rietveld 408576698