diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/gpu/webgraphicscontext3d_in_process_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc index 909cabe..ffcd46d 100644 --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc @@ -220,6 +220,7 @@ bool WebGraphicsContext3DInProcessImpl::initialize( glGenFramebuffersEXT(1, ©_texture_to_parent_texture_fbo_); initialized_ = true; + gl_context_->ReleaseCurrent(gl_surface_.get()); return true; } |