Chromium Code Reviews| Index: src/gpu/gl/GrGpuGL.h |
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
| index 973a5689818cd079ddc2e49ed1e8daf9bf645b7b..dc0d076a2d2284d3adeb021dd59bf8714a2601f4 100644 |
| --- a/src/gpu/gl/GrGpuGL.h |
| +++ b/src/gpu/gl/GrGpuGL.h |
| @@ -288,8 +288,6 @@ private: |
| int fHWActiveTextureUnitIdx; |
| GrGLuint fHWProgramID; |
| - GrGLProgram::SharedGLState fSharedGLProgramState; |
| - |
| enum TriState { |
| kNo_TriState, |
| kYes_TriState, |