Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index 99bc6da1fa46ee4af69b53d10d445c0d99f34b96..e1ad852428ddfa592dc8c3ee34665fdb4bec5e4b 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -918,6 +918,7 @@ GrGLSLCaps::GrGLSLCaps(const GrContextOptions& options, |
void GrGLSLCaps::init(const GrGLContextInfo& ctxInfo, |
const GrGLInterface* gli, |
const GrGLCaps& glCaps) { |
+ fGLSLGeneration = ctxInfo.glslGeneration(); |
GrGLStandard standard = ctxInfo.standard(); |
GrGLVersion version = ctxInfo.version(); |