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

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

Issue 1160183003: Use SkPictureBuilder in SVGShapePainter, and generalize SkPictureBuilder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/SVGMaskPainter.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 1723738f5f54b3aaffc330566b4d6bbe83320273..d37d0ddae960a8cadddbb4b071449e4adb9f701f 100644
--- a/Source/core/paint/SVGShapePainter.h
+++ b/Source/core/paint/SVGShapePainter.h
@@ -11,6 +11,7 @@ class SkPaint;
namespace blink {
+class FloatRect;
struct MarkerPosition;
struct PaintInfo;
class FloatPoint;
@@ -28,7 +29,7 @@ private:
void fillShape(GraphicsContext*, const SkPaint&, SkPath::FillType);
void strokeShape(GraphicsContext*, const SkPaint&);
- void paintMarkers(const PaintInfo&);
+ void paintMarkers(const PaintInfo&, const FloatRect& boundingBox);
void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float);
void strokeZeroLengthLineCaps(GraphicsContext*, const SkPaint&);
« no previous file with comments | « Source/core/paint/SVGMaskPainter.cpp ('k') | Source/core/paint/SVGShapePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698