| Index: content/common/gpu/client/content_gl_context.cc
|
| diff --git a/content/common/gpu/client/content_gl_context.cc b/content/common/gpu/client/content_gl_context.cc
|
| index a829c416bfd4c33a812e2ef85929aba5b713c74c..dd7856569a94cf02fd7fe5da0b47ffa131d7fe9f 100644
|
| --- a/content/common/gpu/client/content_gl_context.cc
|
| +++ b/content/common/gpu/client/content_gl_context.cc
|
| @@ -420,6 +420,7 @@ bool ContentGLContext::Initialize(bool onscreen,
|
| // Create the object exposing the OpenGL API.
|
| gles2_implementation_ = new gpu::gles2::GLES2Implementation(
|
| gles2_helper_,
|
| + NULL,
|
| transfer_buffer_,
|
| share_resources,
|
| bind_generates_resources);
|
|
|