diff options
Diffstat (limited to 'src/gpu/GrGpuGL.h')
-rw-r--r-- | src/gpu/GrGpuGL.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrGpuGL.h b/src/gpu/GrGpuGL.h index 36fead1c50..12b3771412 100644 --- a/src/gpu/GrGpuGL.h +++ b/src/gpu/GrGpuGL.h @@ -173,7 +173,6 @@ protected: bool dynamic); virtual GrIndexBuffer* onCreateIndexBuffer(uint32_t size, bool dynamic); - virtual GrResource* onCreatePlatformSurface(const GrPlatformSurfaceDesc& desc); virtual GrTexture* onCreatePlatformTexture(const GrPlatformTextureDesc& desc) SK_OVERRIDE; virtual GrRenderTarget* onCreatePlatformRenderTarget(const GrPlatformRenderTargetDesc& desc) SK_OVERRIDE; virtual bool createStencilBufferForRenderTarget(GrRenderTarget* rt, |