Index: ui/gl/gl_context.cc |
diff --git a/ui/gl/gl_context.cc b/ui/gl/gl_context.cc |
index f38a7fcc3b18f48cebc7ec4a6016988ccd7bb5e9..60e2b399435f973c62e4765515854dd42f51e8a6 100644 |
--- a/ui/gl/gl_context.cc |
+++ b/ui/gl/gl_context.cc |
@@ -51,7 +51,7 @@ GLContext::GLContext(GLShareGroup* share_group) |
swap_interval_(1), |
force_swap_interval_zero_(false) { |
if (!share_group_.get()) |
- share_group_ = new GLShareGroup; |
+ share_group_ = new gl::GLShareGroup(); |
share_group_->AddContext(this); |
} |