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

Unified Diff: include/gpu/GrPathRendererChain.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: include/gpu/GrPathRendererChain.h
diff --git a/include/gpu/GrPathRendererChain.h b/include/gpu/GrPathRendererChain.h
index 9c4b976c9cf40c9864eeab946e6542a9edf15bca..cbe64b1edf36c72fe6574e17cd77f03ae0d9d6af 100644
--- a/include/gpu/GrPathRendererChain.h
+++ b/include/gpu/GrPathRendererChain.h
@@ -15,9 +15,9 @@ class GrContext;
class GrDrawTarget;
class GrPathRenderer;
class GrPipelineBuilder;
+class GrStrokeInfo;
class SkMatrix;
class SkPath;
-class SkStrokeRec;
/**
* Keeps track of an ordered list of path renderers. When a path needs to be
@@ -61,7 +61,7 @@ public:
const GrPipelineBuilder*,
const SkMatrix& viewMatrix,
const SkPath& path,
- const SkStrokeRec& rec,
+ const GrStrokeInfo& rec,
DrawType drawType,
StencilSupport* stencilSupport);
« no previous file with comments | « include/gpu/GrContext.h ('k') | src/gpu/GrAAConvexPathRenderer.h » ('j') | src/gpu/GrContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698