Index: src/core/SkConvolver.h |
diff --git a/src/core/SkConvolver.h b/src/core/SkConvolver.h |
index 4e4d80692fdedc8770b767440246ed7198e98406..1379df7ffeb20aa4ba4e7cb419a8b7bbd7cfa0fc 100644 |
--- a/src/core/SkConvolver.h |
+++ b/src/core/SkConvolver.h |
@@ -193,7 +193,7 @@ struct SkConvolutionProcs { |
// |
// The layout in memory is assumed to be 4-bytes per pixel in B-G-R-A order |
// (this is ARGB when loaded into 32-bit words on a little-endian machine). |
robertphillips
2015/10/01 15:01:09
doc new return value ?
reed1
2015/10/01 18:14:52
Done.
|
-SK_API void BGRAConvolve2D(const unsigned char* sourceData, |
+SK_API bool BGRAConvolve2D(const unsigned char* sourceData, |
int sourceByteRowStride, |
bool sourceHasAlpha, |
const SkConvolutionFilter1D& xfilter, |