| Index: src/gpu/gl/GrGLEffect.h
|
| diff --git a/src/gpu/gl/GrGLEffect.h b/src/gpu/gl/GrGLEffect.h
|
| index f9235db238d5abc0e1c547d08b5d35a474cb8e5d..18b3002edffaafbb7f7ee77a1e59c549d297c383 100644
|
| --- a/src/gpu/gl/GrGLEffect.h
|
| +++ b/src/gpu/gl/GrGLEffect.h
|
| @@ -83,7 +83,7 @@ public:
|
| effect key as the one that created this GrGLEffect. Effects that use local coords have
|
| to consider whether the GrEffectStage's coord change matrix should be used. When explicit
|
| local coordinates are used it can be ignored. */
|
| - virtual void setData(const GrGLUniformManager&, const GrDrawEffect&) {}
|
| + virtual void setData(const GrGLProgramDataManager&, const GrDrawEffect&) {}
|
|
|
| const char* name() const { return fFactory.name(); }
|
|
|
|
|