| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| ===================================================================
|
| --- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (revision 102160)
|
| +++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (working copy)
|
| @@ -478,7 +478,7 @@
|
| if (!decoder_->Initialize(surface_.get(),
|
| context_.get(),
|
| size,
|
| - ::gpu::gles2::DisallowedExtensions(),
|
| + ::gpu::gles2::DisallowedFeatures(),
|
| allowed_extensions,
|
| attribs)) {
|
| LOG(ERROR) << "Could not initialize decoder.";
|
|
|