| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index 00acd34d9d52cd39c8b2a94d134fe059e16b453a..87c5c3db37f903a7b5df5bd615be09b1fe733140 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -155,6 +155,8 @@ private:
|
| GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership) override;
|
| GrRenderTarget* onWrapBackendRenderTarget(const GrBackendRenderTargetDesc&,
|
| GrWrapOwnership) override;
|
| + GrRenderTarget* onWrapBackendTextureAsRenderTarget(const GrBackendTextureDesc&,
|
| + GrWrapOwnership) override;
|
| // Given a GrPixelConfig return the index into the stencil format array on GrGLCaps to a
|
| // compatible stencil format, or negative if there is no compatible stencil format.
|
| int getCompatibleStencilIndex(GrPixelConfig config);
|
|
|