Index: src/gpu/gl/GrGLProgram.h |
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h |
index 9381a6c204bf43d9b057e0f4d5b3400cf41f2f82..9c5ab73ca4b0ce6b976c2936c8341c302d55e984 100644 |
--- a/src/gpu/gl/GrGLProgram.h |
+++ b/src/gpu/gl/GrGLProgram.h |
@@ -125,9 +125,6 @@ protected: |
// these reflect the current values of uniforms (GL uniform values travel with program) |
RenderTargetState fRenderTargetState; |
- GrColor fColor; |
- uint8_t fCoverage; |
- int fDstTextureUnit; |
BuiltinUniformHandles fBuiltinUniformHandles; |
GrGLuint fProgramID; |