Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: include/gpu/GrUserConfig.h

Issue 23137022: Replace uses of GR_DEBUG by SK_DEBUG. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: include/gpu/ Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
/**
« no previous file with comments | « include/gpu/GrTypes.h ('k') | include/gpu/SkGr.h » ('j') | include/gpu/gl/GrGLConfig.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698