Index: src/gpu/GrDrawTarget.cpp |
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
index 549ab374c8f71940f77b5a003a69b575b14c4972..a1489c6a4211f6b7df13d8b736f9468e03c078d1 100644 |
--- a/src/gpu/GrDrawTarget.cpp |
+++ b/src/gpu/GrDrawTarget.cpp |
@@ -68,8 +68,7 @@ |
drawBounds->roundOut(&drawIBounds); |
if (!copyRect.intersect(drawIBounds)) { |
#ifdef SK_DEBUG |
- GrContextDebugf(fContext, "Missed an early reject. " |
- "Bailing on draw from setupDstReadIfNecessary.\n"); |
+ SkDebugf("Missed an early reject. Bailing on draw from setupDstReadIfNecessary.\n"); |
#endif |
return false; |
} |