| Index: src/gpu/GrClipMaskManager.cpp
|
| diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp
|
| index f56a4e44bdef14ed7c9af1780c1ccba70313e08f..e04adee90d3f26ffbdfcfa40ae402646151022ad 100644
|
| --- a/src/gpu/GrClipMaskManager.cpp
|
| +++ b/src/gpu/GrClipMaskManager.cpp
|
| @@ -713,7 +713,7 @@ GrTexture* GrClipMaskManager::CreateAlphaClipMask(GrContext* context,
|
| }
|
| }
|
|
|
| - return texture.detach();
|
| + return texture.release();
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|