Index: webkit/common/gpu/webgraphicscontext3d_impl.cc |
diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.cc b/webkit/common/gpu/webgraphicscontext3d_impl.cc |
index abf9d954b8c5c71cb13cd5f1ec611cf6f85cd6b1..012d487b82da6afbf46c3c05326fa3e1a19b6999 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_impl.cc |
+++ b/webkit/common/gpu/webgraphicscontext3d_impl.cc |
@@ -937,7 +937,6 @@ DELEGATE_TO_GL_5(renderbufferStorageMultisampleEXT, |
WGC3Denum, WGC3Dsizei, WGC3Dsizei) |
GrGLInterface* WebGraphicsContext3DImpl::createGrGLInterface() { |
- makeContextCurrent(); |
return skia_bindings::CreateCommandBufferSkiaGLBinding(); |
} |