Chromium Code Reviews| Index: include/gpu/GrUserConfig.h |
| diff --git a/include/gpu/GrUserConfig.h b/include/gpu/GrUserConfig.h |
| index a10d339381ee7234378c43b0d4cb1d9af43f45aa..ca5934013ce78534a1e38b718b60c89e08e5edcc 100644 |
| --- a/include/gpu/GrUserConfig.h |
| +++ b/include/gpu/GrUserConfig.h |
| @@ -16,9 +16,9 @@ |
| #if 0 |
|
bsalomon
2013/08/24 02:28:36
Let's just kill this whole block. I don't know why
tfarina
2013/08/24 23:25:49
Done.
|
| #undef GR_RELEASE |
| - #undef GR_DEBUG |
| + #undef SK_DEBUG |
| #define GR_RELEASE 0 |
| - #define GR_DEBUG 1 |
| + #define SK_DEBUG 1 |
| #endif |
| /** |