Chromium Code Reviews| Index: include/core/SkPostConfig.h |
| diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
| index 2d6ab44b65f7183bfd7b2f9dee163231c80bed21..e2b2a08647f6e083111dcf717c44425e3daf9623 100644 |
| --- a/include/core/SkPostConfig.h |
| +++ b/include/core/SkPostConfig.h |
| @@ -68,9 +68,8 @@ |
| # endif |
| #endif |
| -#if !defined(SK_SUPPORT_GPU) |
| -# define SK_SUPPORT_GPU 1 |
| -#endif |
| +#undef SK_SUPPORT_GPU |
|
bsalomon
2014/10/30 13:33:53
?
|
| +#define SK_SUPPORT_GPU 0 |
| /** |
| * The clang static analyzer likes to know that when the program is not |