Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index 318426b5bc42097ebb95ac8f04f96ec1914fab23..e53d0dc7788adbcd825fed25766674bf49793839 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -268,7 +268,7 @@ void GrGLCaps::init(const GrContextOptions& contextOptions, |
if (kGL_GrGLStandard == standard) { |
fMultisampleDisableSupport = true; |
} else { |
- fMultisampleDisableSupport = false; |
+ fMultisampleDisableSupport = ctxInfo.hasExtension("GL_EXT_multisample_compatibility"); |
} |
if (kGL_GrGLStandard == standard && version >= GR_GL_VER(3, 0)) { |