Chromium Code Reviews| Index: include/core/SkPostConfig.h |
| diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
| index 29b73b43b33badf6ce16fd8123f22db0b9e4ed94..37e6c591d980bde0b1b670121ad175a203f927dd 100644 |
| --- a/include/core/SkPostConfig.h |
| +++ b/include/core/SkPostConfig.h |
| @@ -371,4 +371,10 @@ |
| # define SK_GAMMA_EXPONENT (2.2f) |
| #endif |
| +////////////////////////////////////////////////////////////////////// |
| + |
| +#ifndef GR_TEST_UTILS |
| +# define GR_TEST_UTILS 1 |
| +#endif |
| + |
| #endif // SkPostConfig_DEFINED |