| Index: src/gpu/gl/GrGLProgramDesc.h
|
| diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h
|
| index 8d7ca8d1bc8257970e3ac0d8141a615f7da59b27..45714a0dc67bf4e45e35b9b58a411835626e7883 100644
|
| --- a/src/gpu/gl/GrGLProgramDesc.h
|
| +++ b/src/gpu/gl/GrGLProgramDesc.h
|
| @@ -39,7 +39,7 @@ public:
|
| void setRandom(SkMWCRandom*,
|
| const GrGpuGL* gpu,
|
| const GrTexture* dummyDstTexture,
|
| - const GrEffectStage stages[GrDrawState::kNumStages],
|
| + const GrEffectStage* stages[GrDrawState::kNumStages],
|
| int currAttribIndex);
|
|
|
| /**
|
|
|