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