Index: src/core/SkBitmapProcState.h |
diff --git a/src/core/SkBitmapProcState.h b/src/core/SkBitmapProcState.h |
index 3a1d7bad620c4b9f241ad42d801b32c1b56d6a64..2522a69e7f0e59c776be86663b0f85abcd658f2e 100644 |
--- a/src/core/SkBitmapProcState.h |
+++ b/src/core/SkBitmapProcState.h |
@@ -79,8 +79,6 @@ struct SkBitmapProcState { |
SkFixed fFilterOneX; |
SkFixed fFilterOneY; |
- SkConvolutionProcs* fConvolutionProcs; // possiblyScaleImage |
- |
SkPMColor fPaintPMColor; // chooseProcs - A8 config |
SkFixed fInvSx; // chooseProcs |
SkFixed fInvKy; // chooseProcs |
@@ -115,7 +113,7 @@ struct SkBitmapProcState { |
if we have SIMD versions of them. |
*/ |
- void platformConvolutionProcs(); |
+ void platformConvolutionProcs(SkConvolutionProcs*); |
/** Given the byte size of the index buffer to be passed to the matrix proc, |
return the maximum number of resulting pixels that can be computed |