| Index: src/gpu/gl/GrGLProgramEffects.h
|
| diff --git a/src/gpu/gl/GrGLProgramEffects.h b/src/gpu/gl/GrGLProgramEffects.h
|
| index 137befd6ee1f4e02b2301a2d3ccefbad10eadd0c..5a2fefd7d4d76672eb835f4b344a81654c83a56b 100644
|
| --- a/src/gpu/gl/GrGLProgramEffects.h
|
| +++ b/src/gpu/gl/GrGLProgramEffects.h
|
| @@ -189,8 +189,7 @@ private:
|
| * TransformedCoordsArray* object, which is in turn passed to the effect's emitCode() function.
|
| */
|
| void emitTransforms(GrGLFullShaderBuilder*,
|
| - const GrEffect*,
|
| - EffectKey,
|
| + const GrDrawEffect&,
|
| TransformedCoordsArray*);
|
|
|
| /**
|
| @@ -277,8 +276,7 @@ private:
|
| * effect's emitCode() function.
|
| */
|
| void setupPathTexGen(GrGLFragmentOnlyShaderBuilder*,
|
| - const GrEffect*,
|
| - EffectKey,
|
| + const GrDrawEffect&,
|
| TransformedCoordsArray*);
|
|
|
| /**
|
|
|