| Index: gpu/gles2_conform_support/egl/context.cc
|
| diff --git a/gpu/gles2_conform_support/egl/context.cc b/gpu/gles2_conform_support/egl/context.cc
|
| index d41f553c0e410a670322de83372fe1f8f1d73176..2f89b8ebf12b52536d30f460f9dbe0ce783d3e46 100644
|
| --- a/gpu/gles2_conform_support/egl/context.cc
|
| +++ b/gpu/gles2_conform_support/egl/context.cc
|
| @@ -258,13 +258,11 @@
|
| if (!command_buffer->Initialize())
|
| return false;
|
|
|
| - scoped_refptr<gpu::gles2::FeatureInfo> feature_info =
|
| - new gpu::gles2::FeatureInfo(display_->gpu_driver_bug_workarounds());
|
| scoped_refptr<gpu::gles2::ContextGroup> group(new gpu::gles2::ContextGroup(
|
| gpu_preferences_, nullptr, nullptr,
|
| new gpu::gles2::ShaderTranslatorCache(gpu_preferences_),
|
| - new gpu::gles2::FramebufferCompletenessCache, feature_info, nullptr,
|
| - nullptr, true));
|
| + new gpu::gles2::FramebufferCompletenessCache, nullptr, nullptr, nullptr,
|
| + true));
|
|
|
| scoped_ptr<gpu::gles2::GLES2Decoder> decoder(
|
| gpu::gles2::GLES2Decoder::Create(group.get()));
|
|
|