Chromium Code Reviews| Index: include/gpu/SkGr.h |
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h |
| index 1f72fbc2c51cac102aa679318ff65c982b8f03a9..15e54a3871a728c5dcaf0213a1937b7afd59e386 100644 |
| --- a/include/gpu/SkGr.h |
| +++ b/include/gpu/SkGr.h |
| @@ -25,8 +25,8 @@ |
| #include "SkRegion.h" |
| #include "SkClipStack.h" |
| -#if (GR_DEBUG && defined(SK_RELEASE)) || (GR_RELEASE && defined(SK_DEBUG)) |
| -// #error "inconsistent GR_DEBUG and SK_DEBUG" |
| +#if (GR_RELEASE && defined(SK_DEBUG)) |
| +// #error "inconsistent GR_RELEASE and SK_DEBUG" |
| #endif |
| //////////////////////////////////////////////////////////////////////////////// |