Chromium Code Reviews| Index: src/core/SkConvolver.h |
| diff --git a/src/core/SkConvolver.h b/src/core/SkConvolver.h |
| index 94a5e91598782c413d0640379d3afa0eec636257..8e53da2d4231befebe3f534309b9aba99bb01d24 100644 |
| --- a/src/core/SkConvolver.h |
| +++ b/src/core/SkConvolver.h |
| @@ -13,6 +13,8 @@ |
| #if defined(__APPLE__) |
| #undef FloatToConvolutionFixed |
| #undef ConvolutionFixedToFloat |
| +#undef FloatToFixed |
| +#undef FixedToFloat |
| #endif |
| // Represents a filter in one dimension. Each output pixel has one entry in this |