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

Unified Diff: Source/core/paint/SVGShapePainter.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/SVGSubpathData.h ('k') | Source/core/paint/SVGShapePainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGShapePainter.h
diff --git a/Source/core/paint/SVGShapePainter.h b/Source/core/paint/SVGShapePainter.h
index 45241c23914bbe2919b0b006c3650b276cdb7971..b5c579875b7ac2c0e142debb8d7392d6b28a1fa7 100644
--- a/Source/core/paint/SVGShapePainter.h
+++ b/Source/core/paint/SVGShapePainter.h
@@ -15,7 +15,6 @@ namespace blink {
class FloatRect;
struct MarkerPosition;
struct PaintInfo;
-class FloatPoint;
class GraphicsContext;
class LayoutSVGResourceMarker;
class LayoutSVGShape;
@@ -33,7 +32,6 @@ private:
void paintMarkers(const PaintInfo&, const FloatRect& boundingBox);
void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float);
- void strokeZeroLengthLineCaps(GraphicsContext*, const SkPaint&);
LayoutSVGShape& m_layoutSVGShape;
};
« no previous file with comments | « Source/core/layout/svg/SVGSubpathData.h ('k') | Source/core/paint/SVGShapePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698