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

Unified Diff: Source/core/layout/svg/SVGMarkerData.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/layout/svg/SVGLayoutTreeAsText.cpp ('k') | Source/core/layout/svg/SVGResources.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGMarkerData.h
diff --git a/Source/core/layout/svg/SVGMarkerData.h b/Source/core/layout/svg/SVGMarkerData.h
index b35bffdf1cec43f3cca3f93400845b1fe632109a..03a5b3f65272a61e53287d831c8c9da700f15bbb 100644
--- a/Source/core/layout/svg/SVGMarkerData.h
+++ b/Source/core/layout/svg/SVGMarkerData.h
@@ -45,7 +45,7 @@ struct MarkerPosition {
float angle;
};
-class RenderSVGResourceMarker;
+class LayoutSVGResourceMarker;
class SVGMarkerData {
public:
@@ -79,7 +79,7 @@ public:
m_positions.append(MarkerPosition(EndMarker, m_origin, currentAngle(EndMarker)));
}
- static inline RenderSVGResourceMarker* markerForType(const SVGMarkerType& type, RenderSVGResourceMarker* markerStart, RenderSVGResourceMarker* markerMid, RenderSVGResourceMarker* markerEnd)
+ static inline LayoutSVGResourceMarker* markerForType(const SVGMarkerType& type, LayoutSVGResourceMarker* markerStart, LayoutSVGResourceMarker* markerMid, LayoutSVGResourceMarker* markerEnd)
{
switch (type) {
case StartMarker:
« no previous file with comments | « Source/core/layout/svg/SVGLayoutTreeAsText.cpp ('k') | Source/core/layout/svg/SVGResources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698