Chromium Code Reviews| Index: src/gpu/gl/GrGLProgram.h |
| diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h |
| index defbd61965829377732acb364c80b1974c7efbf8..3c97e0f84d692f2eda78187e55cd97face3883d7 100644 |
| --- a/src/gpu/gl/GrGLProgram.h |
| +++ b/src/gpu/gl/GrGLProgram.h |
| @@ -138,7 +138,7 @@ |
| RenderTargetState fRenderTargetState; |
| GrColor fColor; |
| uint8_t fCoverage; |
| - int fDstTextureUnit; |
| + int fDstCopyTexUnit; |
| BuiltinUniformHandles fBuiltinUniformHandles; |
| GrGLuint fProgramID; |