Index: src/gpu/SkGr.cpp |
diff --git a/src/gpu/SkGr.cpp b/src/gpu/SkGr.cpp |
index 4935d8ff854871e1708d49c38eded988a9a71aaa..7505d7527a1ccd69be37ab41f4889234db6af40a 100644 |
--- a/src/gpu/SkGr.cpp |
+++ b/src/gpu/SkGr.cpp |
@@ -189,7 +189,7 @@ GrTexture* GrLockAndRefCachedBitmapTexture(GrContext* ctx, |
} |
void GrUnlockAndUnrefCachedBitmapTexture(GrTexture* texture) { |
- GrAssert(NULL != texture->getContext()); |
+ SkASSERT(NULL != texture->getContext()); |
texture->getContext()->unlockScratchTexture(texture); |
texture->unref(); |