From c686ce39f06d556d55befd290e0eb82851c7d33b Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Fri, 21 Jul 2017 14:12:29 -0400 Subject: Smaller fragment from "Reduce dependence on GrSurface's origin field" TBR=bsalomon@google.com Change-Id: I996226ffaf84ca357740a6da9bb80a3b8febb379 Reviewed-on: https://skia-review.googlesource.com/25745 Reviewed-by: Robert Phillips Commit-Queue: Robert Phillips --- src/gpu/effects/GrTextureDomain.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gpu/effects/GrTextureDomain.h') diff --git a/src/gpu/effects/GrTextureDomain.h b/src/gpu/effects/GrTextureDomain.h index cbc55ecdba..8be1a2bc66 100644 --- a/src/gpu/effects/GrTextureDomain.h +++ b/src/gpu/effects/GrTextureDomain.h @@ -115,8 +115,7 @@ public: * texture domain. The rectangle is automatically adjusted to account for the texture's * origin. */ - void setData(const GrGLSLProgramDataManager& pdman, const GrTextureDomain& textureDomain, - GrTexture* texure); + void setData(const GrGLSLProgramDataManager&, const GrTextureDomain&, GrSurfaceProxy*); enum { kDomainKeyBits = 2, // See DomainKey(). -- cgit v1.2.3