Index: src/gpu/GrAtlas.h |
diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h |
index 7831a8d0f70476cf0235e7cda5d2ab312602af8e..01a639ddfeee3d133a857556933b890b8320a7d0 100644 |
--- a/src/gpu/GrAtlas.h |
+++ b/src/gpu/GrAtlas.h |
@@ -72,7 +72,7 @@ public: |
void deleteAtlas(GrAtlas* atlas) { delete atlas; } |
GrTexture* getTexture(GrMaskFormat format) const { |
- GrAssert((unsigned)format < kCount_GrMaskFormats); |
+ SkASSERT((unsigned)format < kCount_GrMaskFormats); |
return fTexture[format]; |
} |