Index: include/gpu/GrConfig.h |
=================================================================== |
--- include/gpu/GrConfig.h (revision 3458) |
+++ include/gpu/GrConfig.h (working copy) |
@@ -182,7 +182,7 @@ |
// debug -vs- release |
// |
-extern GR_API void GrPrintf(const char format[], ...); |
+#define GrPrintf SkDebugf |
/** |
* GR_STRING makes a string of X where X is expanded before conversion to a string |