From 56dc04bdc160b71a1e77fdb9e30fde4e860077ae Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Mon, 19 Mar 2018 16:26:03 -0400 Subject: Remove deprecated versions of YUV texture SkImage factories Bug: skia:6718 Change-Id: I856b64192e1b797f60b833dd58014e058ea351b3 Reviewed-on: https://skia-review.googlesource.com/115124 Reviewed-by: Greg Daniel Commit-Queue: Brian Salomon --- docs/SkImage_Reference.bmh | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'docs/SkImage_Reference.bmh') diff --git a/docs/SkImage_Reference.bmh b/docs/SkImage_Reference.bmh index e5e16af1f1..893eb8571b 100644 --- a/docs/SkImage_Reference.bmh +++ b/docs/SkImage_Reference.bmh @@ -680,16 +680,6 @@ should this be moved to chrome only? # ------------------------------------------------------------------------------ -#Method static sk_sp MakeFromYUVTexturesCopy(GrContext* context, SkYUVColorSpace yuvColorSpace, - const GrBackendTexture yuvTextures[3], - const SkISize yuvSizes[3], - GrSurfaceOrigin surfaceOrigin, - sk_sp colorSpace = nullptr) -#Deprecated -#Method ## - -# ------------------------------------------------------------------------------ - #Method static sk_sp MakeFromNV12TexturesCopy(GrContext* context, SkYUVColorSpace yuvColorSpace, const GrBackendTexture nv12Textures[2], @@ -729,17 +719,6 @@ should this be moved to chrome only? # ------------------------------------------------------------------------------ -#Method static sk_sp MakeFromNV12TexturesCopy(GrContext* context, - SkYUVColorSpace yuvColorSpace, - const GrBackendTexture nv12Textures[2], - const SkISize nv12Sizes[2], - GrSurfaceOrigin surfaceOrigin, - sk_sp colorSpace = nullptr) -#Deprecated -#Method ## - -# ------------------------------------------------------------------------------ - # currently uncalled by any test or client ## #Bug 7424 -- cgit v1.2.3