Index: ui/gl/gl_context_x11.cc |
diff --git a/ui/gl/gl_context_x11.cc b/ui/gl/gl_context_x11.cc |
index 774fdad814a7cb958ec116280e2f852d84e09ed6..91acae8235eff4af2a8a69992e36997439542f7d 100644 |
--- a/ui/gl/gl_context_x11.cc |
+++ b/ui/gl/gl_context_x11.cc |
@@ -51,7 +51,7 @@ scoped_refptr<GLContext> GLContext::CreateGLContext( |
return context; |
} |
case kGLImplementationMockGL: |
- return new GLContextStub; |
+ return new GLContextStub(share_group); |
default: |
NOTREACHED(); |
return nullptr; |