| Index: src/gpu/gl/GrGpuGL_program.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp
|
| index bf73f0059c3a1b1ba9343f3de29f0e042cc9c3aa..a1259c9bf8bc240f842828aade7bbb1e4e8deb8f 100644
|
| --- a/src/gpu/gl/GrGpuGL_program.cpp
|
| +++ b/src/gpu/gl/GrGpuGL_program.cpp
|
| @@ -256,7 +256,7 @@ bool GrGpuGL::flushGraphicsState(DrawType type,
|
|
|
| this->flushBlend(*optState.get(), kDrawLines_DrawType == type, srcCoeff, dstCoeff);
|
|
|
| - fCurrentProgram->setData(*optState.get(), type, dstCopy, &fSharedGLProgramState);
|
| + fCurrentProgram->setData(*optState.get(), type, dstCopy);
|
| }
|
|
|
| GrGLRenderTarget* glRT = static_cast<GrGLRenderTarget*>(optState->getRenderTarget());
|
|
|