Index: src/gpu/gl/GrGpuGL.cpp |
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
index 7b892913c55b873d2848ca7b920f85295b131af6..a85548ea645c55b69435262b564110d765381edf 100644 |
--- a/src/gpu/gl/GrGpuGL.cpp |
+++ b/src/gpu/gl/GrGpuGL.cpp |
@@ -342,7 +342,6 @@ void GrGpuGL::onResetContext(uint32_t resetBits) { |
if (resetBits & kProgram_GrGLBackendState) { |
fHWProgramID = 0; |
- fSharedGLProgramState.invalidate(); |
} |
} |