| Index: src/gpu/GrStencilBuffer.cpp
|
| diff --git a/src/gpu/GrStencilBuffer.cpp b/src/gpu/GrStencilBuffer.cpp
|
| index 865961acdc7f9891618dc1d20b044a8932c54af3..c12de523b3701c2d7cf40ab66dc33a3df3c47a1b 100644
|
| --- a/src/gpu/GrStencilBuffer.cpp
|
| +++ b/src/gpu/GrStencilBuffer.cpp
|
| @@ -15,7 +15,7 @@
|
| SK_DEFINE_INST_COUNT(GrStencilBuffer)
|
|
|
| void GrStencilBuffer::transferToCache() {
|
| - GrAssert(NULL == this->getCacheEntry());
|
| + SkASSERT(NULL == this->getCacheEntry());
|
|
|
| this->getGpu()->getContext()->addStencilBuffer(this);
|
| }
|
|
|