| Index: src/gpu/gl/GrGLStencilAttachment.h
|
| diff --git a/src/gpu/gl/GrGLStencilAttachment.h b/src/gpu/gl/GrGLStencilAttachment.h
|
| index 3b89a5aa21123e1a16af4e3b3d93ac89b1aee66b..891cd467cec198c8064863c9c43eaa1142e010c9 100644
|
| --- a/src/gpu/gl/GrGLStencilAttachment.h
|
| +++ b/src/gpu/gl/GrGLStencilAttachment.h
|
| @@ -14,6 +14,8 @@
|
|
|
| class GrGLStencilAttachment : public GrStencilAttachment {
|
| public:
|
| + GrRenderTarget* arrgh() override { return NULL; }
|
| +
|
| static const GrGLenum kUnknownInternalFormat = ~0U;
|
| static const GrGLuint kUnknownBitCount = ~0U;
|
| struct Format {
|
|
|