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

Unified Diff: Source/core/paint/SVGShapePainter.h

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/paint/SVGPaintContext.cpp ('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 247d844873098b817c1351a5f12042f9f59f4a80..ea4b0a10a616c24b6ab4335e1c56fabc81460784 100644
--- a/Source/core/paint/SVGShapePainter.h
+++ b/Source/core/paint/SVGShapePainter.h
@@ -12,7 +12,7 @@ struct PaintInfo;
class FloatPoint;
class GraphicsContext;
class Path;
-class RenderSVGResourceMarker;
+class LayoutSVGResourceMarker;
class RenderSVGShape;
class SVGShapePainter {
@@ -26,7 +26,7 @@ private:
void strokeShape(GraphicsContext*);
void paintMarkers(const PaintInfo&);
- void paintMarker(const PaintInfo&, RenderSVGResourceMarker&, const MarkerPosition&, float);
+ void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float);
void strokeZeroLengthLineCaps(GraphicsContext*);
Path* zeroLengthLinecapPath(const FloatPoint&) const;
« no previous file with comments | « Source/core/paint/SVGPaintContext.cpp ('k') | Source/core/paint/SVGShapePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698