| Index: src/core/SkBitmapFilter.h
|
| diff --git a/src/core/SkBitmapFilter.h b/src/core/SkBitmapFilter.h
|
| index c6fee2c008bbc29b04a1eddeee3b777529f6ba51..82734200e1cdebcdb54f1e8b52a3b25989cf117a 100644
|
| --- a/src/core/SkBitmapFilter.h
|
| +++ b/src/core/SkBitmapFilter.h
|
| @@ -16,7 +16,7 @@
|
| // Used to precompute the shape of the filter kernel.
|
| // Table size chosen from experiments to see where I could start to see a difference.
|
|
|
| -#define SKBITMAP_FILTER_TABLE_SIZE 32
|
| +#define SKBITMAP_FILTER_TABLE_SIZE 128
|
|
|
| class SkBitmapFilter {
|
| public:
|
|
|