Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
index afd843ac393ebfbd156b9976a0b7bef38692f3a9..073ce3bbafd311d4360c38acb623a4e036b9886b 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
@@ -166,10 +166,9 @@ bool WebGraphicsContext3DInProcessCommandBufferImpl::MaybeInitializeGL() { |
return true; |
} |
-bool WebGraphicsContext3DInProcessCommandBufferImpl::makeContextCurrent() { |
+bool WebGraphicsContext3DInProcessCommandBufferImpl::BindToCurrentThread() { |
if (!MaybeInitializeGL()) |
return false; |
- ::gles2::SetGLContext(GetGLInterface()); |
return context_ && !isContextLost(); |
} |