Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 29c7d1c12e4701136b55ef19d757b6ee8ae2b2f9..c0f49aaa0cd675ace5b305ff8ac1ed3741569486 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -312,8 +312,6 @@ public: |
GrRenderTarget* accessRenderTarget() { return fRenderTarget.get(); } |
- sk_sp<GrRenderTarget> renderTarget() { return fRenderTarget; } |
- |
sk_sp<GrTexture> asTexture() { return sk_ref_sp(fRenderTarget->asTexture()); } |
// Provides access to functions that aren't part of the public API. |