Index: include/core/SkSurface.h |
diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h |
index 7c4d21bd5fb574810e2017ed320e1f30b46616f5..bb3f71975459be23ba702102e20af1a897b5c33d 100644 |
--- a/include/core/SkSurface.h |
+++ b/include/core/SkSurface.h |
@@ -80,12 +80,6 @@ public: |
} |
/** |
- * Return a new surface using the specified render target. |
- */ |
- static sk_sp<SkSurface> MakeRenderTargetDirect(GrRenderTarget*, sk_sp<SkColorSpace> colorSpace, |
- const SkSurfaceProps* = nullptr); |
- |
- /** |
* Used to wrap a pre-existing backend 3D API texture as a SkSurface. The kRenderTarget flag |
* must be set on GrBackendTextureDesc for this to succeed. Skia will not assume ownership |
* of the texture and the client must ensure the texture is valid for the lifetime of the |