| Index: src/gpu/GrStencilAttachment.h
|
| diff --git a/src/gpu/GrStencilAttachment.h b/src/gpu/GrStencilAttachment.h
|
| index 2aa8e8ce55b84091d4d8bb261073a51ddc665ee7..4d7ae66448dc51ca8ecf8466d9ca7a3ce02c75f0 100644
|
| --- a/src/gpu/GrStencilAttachment.h
|
| +++ b/src/gpu/GrStencilAttachment.h
|
| @@ -53,9 +53,9 @@ public:
|
| GrUniqueKey* key);
|
|
|
| protected:
|
| - GrStencilAttachment(GrGpu* gpu, LifeCycle lifeCycle, int width, int height, int bits,
|
| + GrStencilAttachment(GrGpu* gpu, SkBudgeted budgeted, int width, int height, int bits,
|
| int sampleCnt)
|
| - : GrGpuResource(gpu, lifeCycle)
|
| + : GrGpuResource(gpu, budgeted)
|
| , fWidth(width)
|
| , fHeight(height)
|
| , fBits(bits)
|
|
|