| Index: src/gpu/effects/GrTextureDomain.h
|
| diff --git a/src/gpu/effects/GrTextureDomain.h b/src/gpu/effects/GrTextureDomain.h
|
| index cd063046397c87441885c757b6ebf35157708e5d..49e557d18ab7ed07d22e2c24e3cd7bbf138ec57c 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,
|
|
|