| Index: src/gpu/gl/GrGLRenderTarget.h
|
| diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h
|
| index ce04ae017dca79981746d66730e53254c6286b1b..b1ecee9c990c7b44f1eefb5e1846bc80aa5da3cc 100644
|
| --- a/src/gpu/gl/GrGLRenderTarget.h
|
| +++ b/src/gpu/gl/GrGLRenderTarget.h
|
| @@ -18,6 +18,8 @@ class GrGLStencilAttachment;
|
|
|
| class GrGLRenderTarget : public GrRenderTarget {
|
| public:
|
| + GrRenderTarget* arrgh() override { return this; }
|
| +
|
| // set fTexFBOID to this value to indicate that it is multisampled but
|
| // Gr doesn't know how to resolve it.
|
| enum { kUnresolvableFBOID = 0 };
|
|
|