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

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

Issue 1914293003: SVG <marker> painting TLC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fold markerContentTransformation. Created 4 years, 8 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: third_party/WebKit/Source/core/paint/SVGShapePainter.h
diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.h b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
index 39bc780c36ecb8b50b9a52d584253ecbf733e289..670b7ac5ca2179b8e6dda5412ebf88bf90dcb5a4 100644
--- a/third_party/WebKit/Source/core/paint/SVGShapePainter.h
+++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
@@ -13,11 +13,11 @@ class SkPaint;
namespace blink {
class FloatRect;
-struct MarkerPosition;
-struct PaintInfo;
class GraphicsContext;
class LayoutSVGResourceMarker;
class LayoutSVGShape;
+struct MarkerPosition;
+struct PaintInfo;
class SVGShapePainter {
STACK_ALLOCATED();
@@ -31,7 +31,7 @@ private:
void strokeShape(GraphicsContext&, const SkPaint&);
void paintMarkers(const PaintInfo&, const FloatRect& boundingBox);
- void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float);
+ void paintMarker(const PaintInfo&, const LayoutSVGResourceMarker&, const MarkerPosition&, float);
const LayoutSVGShape& m_layoutSVGShape;
};

Powered by Google App Engine
This is Rietveld 408576698