| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| ===================================================================
|
| --- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (revision 147496)
|
| +++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (working copy)
|
| @@ -12,7 +12,6 @@
|
|
|
| #include <algorithm>
|
| #include <set>
|
| -#include <string>
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| @@ -414,9 +413,7 @@
|
| bool bind_generates_resource = false;
|
| decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group ?
|
| context_group->decoder_->GetContextGroup() :
|
| - new ::gpu::gles2::ContextGroup(NULL,
|
| - bind_generates_resource,
|
| - NULL)));
|
| + new ::gpu::gles2::ContextGroup(NULL, bind_generates_resource)));
|
|
|
| gpu_scheduler_.reset(new GpuScheduler(command_buffer_.get(),
|
| decoder_.get(),
|
|
|