Index: src/gpu/gl/GrGLTexture.cpp |
diff --git a/src/gpu/gl/GrGLTexture.cpp b/src/gpu/gl/GrGLTexture.cpp |
index aee25bc0230f61bf624b65697de842eccc661f13..977212255f34852aa8baeea0b1bda04a95aabdf2 100644 |
--- a/src/gpu/gl/GrGLTexture.cpp |
+++ b/src/gpu/gl/GrGLTexture.cpp |
@@ -18,7 +18,7 @@ void GrGLTexture::init(GrGpuGL* gpu, |
const Desc& textureDesc, |
const GrGLRenderTarget::Desc* rtDesc) { |
- GrAssert(0 != textureDesc.fTextureID); |
+ SkASSERT(0 != textureDesc.fTextureID); |
fTexParams.invalidate(); |
fTexParamsTimestamp = GrGpu::kExpiredTimestamp; |