From c828109ebd1519134b1c3fa168519ac07a31fe05 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Thu, 12 Apr 2018 13:24:58 -0400 Subject: Delete getRenderTargetHandle call on SkSurface. All clients and internal code should be switched (once changes land soon) to the new getBackendRenderTarget call instead. Bug: skia: Change-Id: I6f490b6d26a72f37f97216be04e541483206510d Reviewed-on: https://skia-review.googlesource.com/121103 Reviewed-by: Brian Salomon Commit-Queue: Greg Daniel --- src/gpu/gl/GrGLRenderTarget.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gpu/gl') diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h index 4412dcf425..a9ec3c385c 100644 --- a/src/gpu/gl/GrGLRenderTarget.h +++ b/src/gpu/gl/GrGLRenderTarget.h @@ -61,10 +61,6 @@ public: } } -#ifdef SK_SUPPORT_LEGACY_BACKEND_OBJECTS - GrBackendObject getRenderTargetHandle() const override { return fRTFBOID; } -#endif - GrBackendRenderTarget getBackendRenderTarget() const override; bool canAttemptStencilAttachment() const override; -- cgit v1.2.3