Index: src/gpu/effects/GrConfigConversionEffect.cpp |
diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp |
index d1c7fea16d0276bb373a239a85ac4c6defda61a0..eddf0765b296a808a36c2d2d879e51d2f6490199 100644 |
--- a/src/gpu/effects/GrConfigConversionEffect.cpp |
+++ b/src/gpu/effects/GrConfigConversionEffect.cpp |
@@ -76,9 +76,9 @@ public: |
builder->fsCodeAppend(modulate.c_str()); |
} |
- void setData(const GrGLUniformManager& uman, const GrDrawEffect& drawEffect) { |
+ void setData(const GrGLContext& context, const GrDrawEffect& drawEffect) { |
const GrConfigConversionEffect& conv = drawEffect.castEffect<GrConfigConversionEffect>(); |
- fEffectMatrix.setData(uman, conv.getMatrix(), drawEffect, conv.texture(0)); |
+ fEffectMatrix.setData(context, conv.getMatrix(), drawEffect, conv.texture(0)); |
} |
static inline EffectKey GenKey(const GrDrawEffect& drawEffect, const GrGLCaps&) { |