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

Unified Diff: experimental/StrokePathRenderer/GrStrokePathRenderer.h

Issue 1096513002: Pass dashing information to path rasterizers. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix 100-col issue Created 5 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: experimental/StrokePathRenderer/GrStrokePathRenderer.h
diff --git a/experimental/StrokePathRenderer/GrStrokePathRenderer.h b/experimental/StrokePathRenderer/GrStrokePathRenderer.h
index 85752c5681783773872ca7324ed7abddf63253ea..92e0289d904ec4a5b848ee1b67a07db397e17006 100644
--- a/experimental/StrokePathRenderer/GrStrokePathRenderer.h
+++ b/experimental/StrokePathRenderer/GrStrokePathRenderer.h
@@ -18,13 +18,13 @@ public:
GrStrokePathRenderer();
virtual bool canDrawPath(const SkPath& path,
- const SkStrokeRec& stroke,
+ const GrStrokeInfo& stroke,
const GrDrawTarget* target,
bool antiAlias) const override;
protected:
virtual bool onDrawPath(const SkPath& path,
- const SkStrokeRec& stroke,
+ const GrStrokeInfo& stroke,
GrDrawTarget* target,
bool antiAlias) override;
};

Powered by Google App Engine
This is Rietveld 408576698