Index: include/gpu/GrRenderTarget.h |
diff --git a/include/gpu/GrRenderTarget.h b/include/gpu/GrRenderTarget.h |
index eab65b5b1d7cf76ac4112623a14511328eb6bd5b..f43aba9d589eb8811151d582ee5c524a2af0f7ff 100644 |
--- a/include/gpu/GrRenderTarget.h |
+++ b/include/gpu/GrRenderTarget.h |
@@ -156,7 +156,7 @@ private: |
friend class GrTexture; |
// called by ~GrTexture to remove the non-ref'ed back ptr. |
void owningTextureDestroyed() { |
- GrAssert(NULL != fTexture); |
+ SkASSERT(NULL != fTexture); |
fTexture = NULL; |
} |