| Index: src/gpu/GrAtlas.cpp
|
| diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp
|
| index 5207061a8a8765159e42dac6a4f3317bb797fadb..9184929efc9e1bc034b3f7028989d766b57cd96c 100644
|
| --- a/src/gpu/GrAtlas.cpp
|
| +++ b/src/gpu/GrAtlas.cpp
|
| @@ -198,7 +198,7 @@ GrAtlas* GrAtlasMgr::addToAtlas(GrAtlas** atlas,
|
| int width, int height, const void* image,
|
| GrMaskFormat format,
|
| GrIPoint16* loc) {
|
| - GrAssert(NULL == *atlas || (*atlas)->getMaskFormat() == format);
|
| + SkASSERT(NULL == *atlas || (*atlas)->getMaskFormat() == format);
|
|
|
| // iterate through entire atlas list, see if we can find a hole
|
| GrAtlas* atlasIter = *atlas;
|
|
|