| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| index 8bd66189394dad6eda3df5b50ded1be4aae2d666..f175c55b69db1657165705aed06fa180923bd15b 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -1321,6 +1321,7 @@ DELEGATE_TO_GL_5(renderbufferStorageMultisampleEXT,
|
| WGC3Denum, WGC3Dsizei, WGC3Dsizei)
|
|
|
| GrGLInterface* WebGraphicsContext3DCommandBufferImpl::createGrGLInterface() {
|
| + makeContextCurrent();
|
| return skia_bindings::CreateCommandBufferSkiaGLBinding();
|
| }
|
|
|
|
|