aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureDomain.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-11-19 07:23:45 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-19 07:23:45 -0800
commita2e3e0f7f8ceed2ab152428d7ee2812ad8c842c3 (patch)
tree7de5c916ac1dc4e50f9f679f530a9f7dcde1b1e3 /src/gpu/effects/GrTextureDomain.h
parentc0604609cef6a14ca25e794b5db4500f96e2e3b4 (diff)
Move glsl onto EmitArgs struct for emitCode
Diffstat (limited to 'src/gpu/effects/GrTextureDomain.h')
-rw-r--r--src/gpu/effects/GrTextureDomain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/effects/GrTextureDomain.h b/src/gpu/effects/GrTextureDomain.h
index cd06304639..49e557d18a 100644
--- a/src/gpu/effects/GrTextureDomain.h
+++ b/src/gpu/effects/GrTextureDomain.h
@@ -114,6 +114,7 @@ public:
* expression before being written to outColor.
*/
void sampleTexture(GrGLSLShaderBuilder* builder,
+ const GrGLSLCaps* glslCaps,
const GrTextureDomain& textureDomain,
const char* outColor,
const SkString& inCoords,