Index: cc/output/gl_renderer.cc |
diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc |
index da2f4f6ed2f6ad3a20bec56b5bd8125fe2aa99c0..dc3ce8bf4d94508f7c2cacc229d748494915a43d 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)); |