Index: src/gpu/GrSoftwarePathRenderer.h |
diff --git a/src/gpu/GrSoftwarePathRenderer.h b/src/gpu/GrSoftwarePathRenderer.h |
index 30edfeb040297d1ce10e108e559fa4ccc2aa4fad..f488cbdcebaac6c66c8d824b4c4138377ee71577 100644 |
--- a/src/gpu/GrSoftwarePathRenderer.h |
+++ b/src/gpu/GrSoftwarePathRenderer.h |
@@ -21,18 +21,16 @@ public: |
GrSoftwarePathRenderer(GrTextureProvider* texProvider) : fTexProvider(texProvider) { } |
private: |
static void DrawNonAARect(GrDrawContext* drawContext, |
- const GrPaint* paint, |
+ const GrPaint& paint, |
const GrUserStencilSettings* userStencilSettings, |
const GrClip& clip, |
- GrColor color, |
const SkMatrix& viewMatrix, |
const SkRect& rect, |
const SkMatrix& localMatrix); |
static void DrawAroundInvPath(GrDrawContext* drawContext, |
- const GrPaint* paint, |
+ const GrPaint& paint, |
const GrUserStencilSettings* userStencilSettings, |
const GrClip& clip, |
- GrColor color, |
const SkMatrix& viewMatrix, |
const SkIRect& devClipBounds, |
const SkIRect& devPathBounds); |