| Index: src/gpu/gl/GrGLEffect.h
|
| diff --git a/src/gpu/gl/GrGLEffect.h b/src/gpu/gl/GrGLEffect.h
|
| index b6807383e6249b52385382c6d237d1eec0adc2f1..1cc3df24b09f8294c4757e1c55f74786ac86598c 100644
|
| --- a/src/gpu/gl/GrGLEffect.h
|
| +++ b/src/gpu/gl/GrGLEffect.h
|
| @@ -40,6 +40,7 @@ class GrGLEffect {
|
| public:
|
| typedef GrBackendEffectFactory::EffectKey EffectKey;
|
| typedef GrGLProgramEffects::TransformedCoordsArray TransformedCoordsArray;
|
| + typedef GrGLProgramEffects::TextureSampler TextureSampler;
|
| typedef GrGLProgramEffects::TextureSamplerArray TextureSamplerArray;
|
|
|
| enum {
|
|
|