Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft

This is to prepare for only supporting kBottomLeft origin for wrapped texture/render targets.


Change-Id: Iecb2e463867f746186695893276ebb5dc47a9d90
Reviewed-on: https://skia-review.googlesource.com/112860
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/GrProxyProvider.h b/src/gpu/GrProxyProvider.h
index 0500e2f..2f2eeb1 100644
--- a/src/gpu/GrProxyProvider.h
+++ b/src/gpu/GrProxyProvider.h
@@ -129,7 +129,8 @@
      */
     sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
                                                        GrSurfaceOrigin,
-                                                       int sampleCnt);
+                                                       int sampleCnt,
+                                                       GrWrapOwnership = kBorrow_GrWrapOwnership);
 
     /*
      * Create a render target proxy that wraps a backend rendertarget