| Index: gpu/command_buffer/service/context_group.cc
|
| diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc
|
| index e5b4974a8f413573f6cad86219ee05520faacabe..1fbe22ab56811f64eee5c6d4c0c93cbb58d263b9 100644
|
| --- a/gpu/command_buffer/service/context_group.cc
|
| +++ b/gpu/command_buffer/service/context_group.cc
|
| @@ -106,7 +106,7 @@ bool ContextGroup::Initialize(GLES2Decoder* decoder,
|
| return true;
|
| }
|
|
|
| - if (!feature_info_->Initialize(disallowed_features)) {
|
| + if (!feature_info_->Initialize(context_type, disallowed_features)) {
|
| LOG(ERROR) << "ContextGroup::Initialize failed because FeatureInfo "
|
| << "initialization failed.";
|
| return false;
|
|
|