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 51cf45de9fa5bf77697f06a71a9b097e73671673..3c6d608e316e4a58a10475229a2258ae19277b7b 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
@@ -1101,6 +1101,7 @@ WGC3Dboolean WebGraphicsContext3DInProcessCommandBufferImpl:: |
GrGLInterface* WebGraphicsContext3DInProcessCommandBufferImpl:: |
createGrGLInterface() { |
+ makeContextCurrent(); |
return skia_bindings::CreateCommandBufferSkiaGLBinding(); |
} |