| Index: src/gpu/GrStencilAttachment.h
|
| diff --git a/src/gpu/GrStencilAttachment.h b/src/gpu/GrStencilAttachment.h
|
| index 5b7ae6375040079fe8e7713e3a14283b98257551..7573d23d1dee482cc27988577a84828c9be26cb7 100644
|
| --- a/src/gpu/GrStencilAttachment.h
|
| +++ b/src/gpu/GrStencilAttachment.h
|
| @@ -52,8 +52,7 @@ public:
|
| GrUniqueKey* key);
|
|
|
| protected:
|
| - GrStencilAttachment(GrGpu* gpu, int width, int height, int bits,
|
| - int sampleCnt)
|
| + GrStencilAttachment(GrGpu* gpu, int width, int height, int bits, int sampleCnt)
|
| : GrGpuResource(gpu)
|
| , fWidth(width)
|
| , fHeight(height)
|
|
|