| Index: src/gpu/GrStencilAttachment.h
|
| diff --git a/src/gpu/GrStencilAttachment.h b/src/gpu/GrStencilAttachment.h
|
| index 2aa8e8ce55b84091d4d8bb261073a51ddc665ee7..4dcf9d2d3f6d70717d291f7a7faf25a0da32cb1b 100644
|
| --- a/src/gpu/GrStencilAttachment.h
|
| +++ b/src/gpu/GrStencilAttachment.h
|
| @@ -55,7 +55,7 @@ public:
|
| protected:
|
| GrStencilAttachment(GrGpu* gpu, LifeCycle lifeCycle, int width, int height, int bits,
|
| int sampleCnt)
|
| - : GrGpuResource(gpu, lifeCycle)
|
| + : GrGpuResource(gpu, lifeCycle, GrGpuResource::kOther)
|
| , fWidth(width)
|
| , fHeight(height)
|
| , fBits(bits)
|
|
|