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

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

Issue 1328693002: Drop special-case handling of zero-length subpaths (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase; TEs. Created 5 years, 3 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
« no previous file with comments | « Source/core/layout/svg/LayoutSVGPath.cpp ('k') | Source/core/layout/svg/SVGSubpathData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGShape.h
diff --git a/Source/core/layout/svg/LayoutSVGShape.h b/Source/core/layout/svg/LayoutSVGShape.h
index 99743cd3d6671690a88c74ef78cdfd0182248bbd..8ce23c16b850a891e4aa8c6b33b3bd5e11bb7062 100644
--- a/Source/core/layout/svg/LayoutSVGShape.h
+++ b/Source/core/layout/svg/LayoutSVGShape.h
@@ -83,7 +83,6 @@ public:
float strokeWidth() const;
virtual ShapeGeometryCodePath geometryCodePath() const { return PathGeometry; }
- virtual const Vector<FloatPoint>* zeroLengthLineCaps() const { return nullptr; }
FloatRect objectBoundingBox() const final { return m_fillBoundingBox; }
« no previous file with comments | « Source/core/layout/svg/LayoutSVGPath.cpp ('k') | Source/core/layout/svg/SVGSubpathData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698