From 2e3b3e369d79e78f7635d4c20e83a47ab571bdf2 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Tue, 9 Dec 2014 13:31:14 -0800 Subject: This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). In addition, NVPR makes this very complicated, and I haven't quite figured out a good way to handle it, so for now color and coverage DO live on optstate, but I will figure out some way to refactor that in future CLs. BUG=skia: Review URL: https://codereview.chromium.org/783763002 --- src/gpu/GrSWMaskHelper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpu/GrSWMaskHelper.h') diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h index 54a3897153..1eef46ecff 100644 --- a/src/gpu/GrSWMaskHelper.h +++ b/src/gpu/GrSWMaskHelper.h @@ -93,6 +93,7 @@ public: static void DrawToTargetWithPathMask(GrTexture* texture, GrDrawTarget* target, GrDrawState* drawState, + GrColor, const SkIRect& rect); private: -- cgit v1.2.3