Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index bdb19e2e3a52e4eca288c0c4f9430cef15857594..a60230a2fe91de7e744a27a002cac988e6b3f912 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -312,6 +312,8 @@ void GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { |
fPathRenderingSupport = ctxInfo.hasExtension("GL_NV_path_rendering"); |
SkASSERT(!fPathRenderingSupport || fFixedFunctionSupport); |
+ fGpuTracingSupport = ctxInfo.hasExtension("GL_EXT_debug_marker"); |
+ |
fDstReadInShaderSupport = kNone_FBFetchType != fFBFetchType; |
// Disable scratch texture reuse on Mali and Adreno devices |