summaryrefslogtreecommitdiffstats
path: root/cc/output/gl_renderer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/gl_renderer.cc')
-rw-r--r--cc/output/gl_renderer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
index 1afb384..b89c91a 100644
--- a/cc/output/gl_renderer.cc
+++ b/cc/output/gl_renderer.cc
@@ -146,7 +146,7 @@ bool GLRenderer::Initialize() {
if (!context_->makeContextCurrent())
return false;
- context_->pushGroupMarkerEXT("CompositorContext");
+ context_->pushGroupMarkerEXT(Settings().compositor_name.c_str());
std::string extensions_string =
UTF16ToASCII(context_->getString(GL_EXTENSIONS));