aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSWMaskHelper.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-07-07 07:33:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-07 07:33:13 -0700
commit3950f0d7239c05687ac96c211e49ceab9ab9ff4d (patch)
tree3e2cd5430b2f05f37ceda3b735a5ebb3924c037e /src/gpu/GrSWMaskHelper.h
parent82356cc41f360c607a1612cb9aead2423c0846a0 (diff)
Remove fColor from PathRenderer DrawPathArgs struct
This was getting in the way of other refactorings. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2126083002 Review-Url: https://codereview.chromium.org/2126083002
Diffstat (limited to 'src/gpu/GrSWMaskHelper.h')
-rw-r--r--src/gpu/GrSWMaskHelper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h
index b015b15a4b..ab88b8d6b9 100644
--- a/src/gpu/GrSWMaskHelper.h
+++ b/src/gpu/GrSWMaskHelper.h
@@ -86,10 +86,9 @@ public:
// output of DrawPathMaskToTexture.
static void DrawToTargetWithShapeMask(GrTexture* texture,
GrDrawContext*,
- const GrPaint* paint,
+ const GrPaint& paint,
const GrUserStencilSettings* userStencilSettings,
const GrClip&,
- GrColor,
const SkMatrix& viewMatrix,
const SkIRect& rect);