| Index: src/gpu/GrStencilBuffer.h
|
| diff --git a/src/gpu/GrStencilBuffer.h b/src/gpu/GrStencilBuffer.h
|
| index 11eceddb4e92cd786c801adbb3e643d722ab6991..883a982ac4c5cc3356878e46af11a9e1eb969eff 100644
|
| --- a/src/gpu/GrStencilBuffer.h
|
| +++ b/src/gpu/GrStencilBuffer.h
|
| @@ -50,8 +50,8 @@ public:
|
| static void ComputeKey(int width, int height, int sampleCnt, GrScratchKey* key);
|
|
|
| protected:
|
| - GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt)
|
| - : GrGpuResource(gpu, isWrapped)
|
| + GrStencilBuffer(GrGpu* gpu, int width, int height, int bits, int sampleCnt)
|
| + : GrGpuResource(gpu, kCached_LifeCycle)
|
| , fWidth(width)
|
| , fHeight(height)
|
| , fBits(bits)
|
|
|