Index: src/effects/gradients/SkGradientShaderPriv.h |
diff --git a/src/effects/gradients/SkGradientShaderPriv.h b/src/effects/gradients/SkGradientShaderPriv.h |
index 33d8adde055dde6ee0fa85a506ec1a5c84cfa244..d1ac77bc920c5299e533cdbadc33b6e679a724f6 100644 |
--- a/src/effects/gradients/SkGradientShaderPriv.h |
+++ b/src/effects/gradients/SkGradientShaderPriv.h |
@@ -415,13 +415,13 @@ protected: |
// Emits the uniform used as the y-coord to texture samples in derived classes. Subclasses |
// should call this method from their emitCode(). |
- void emitUniforms(GrGLProgramBuilder* builder, uint32_t baseKey); |
+ void emitUniforms(GrGLFPBuilder* builder, uint32_t baseKey); |
// emit code that gets a fragment's color from an expression for t; Has branches for 3 separate |
// control flows inside -- 2 color gradients, 3 color symmetric gradients (both using |
// native GLSL mix), and 4+ color gradients that use the traditional texture lookup. |
- void emitColor(GrGLProgramBuilder* builder, |
+ void emitColor(GrGLFPBuilder* builder, |
const char* gradientTValue, |
uint32_t baseKey, |
const char* outputColor, |