aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/jumper/SkJumper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jumper/SkJumper.h')
-rw-r--r--src/jumper/SkJumper.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/jumper/SkJumper.h b/src/jumper/SkJumper.h
index 04c8eee059..ab95cc0baf 100644
--- a/src/jumper/SkJumper.h
+++ b/src/jumper/SkJumper.h
@@ -100,14 +100,9 @@ struct SkJumper_GradientCtx {
float* ts;
};
-// TODO (liyuqian): remove fCoeffA, fInvCoeffA, fR0, fDR once rebaselined
struct SkJumper_2PtConicalCtx {
uint32_t fMask[SkJumper_kMaxStride];
- float fCoeffA,
- fInvCoeffA,
- fR0,
- fDR,
- fP0,
+ float fP0,
fP1;
};