| Index: src/gpu/gl/GrGLBufferImpl.h
|
| diff --git a/src/gpu/gl/GrGLBufferImpl.h b/src/gpu/gl/GrGLBufferImpl.h
|
| index 1fd8ce074f1fdcb59f84595b82a08bbe90696695..ce15a98f42a880518d46d34f1a912a4c54005109 100644
|
| --- a/src/gpu/gl/GrGLBufferImpl.h
|
| +++ b/src/gpu/gl/GrGLBufferImpl.h
|
| @@ -29,7 +29,7 @@ public:
|
| GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
|
| ~GrGLBufferImpl() {
|
| // either release or abandon should have been called by the owner of this object.
|
| - GrAssert(0 == fDesc.fID);
|
| + SkASSERT(0 == fDesc.fID);
|
| }
|
|
|
| void abandon();
|
|
|