| 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 84938acfcbe9feeed43b2e35d9ead16c7894c97f..a78799d7e3a458f10b1286e75eb0ac114fec5f05 100644
|
| --- a/gpu/command_buffer/service/context_group.cc
|
| +++ b/gpu/command_buffer/service/context_group.cc
|
| @@ -118,7 +118,7 @@ ContextGroup::ContextGroup(
|
| bool ContextGroup::Initialize(GLES2Decoder* decoder,
|
| ContextType context_type,
|
| const DisallowedFeatures& disallowed_features) {
|
| - if (!gpu_preferences_.enable_unsafe_es3_apis &&
|
| + if (!gpu_preferences_.enable_es3_apis &&
|
| (context_type == CONTEXT_TYPE_OPENGLES3 ||
|
| context_type == CONTEXT_TYPE_WEBGL2)) {
|
| DLOG(ERROR) << "ContextGroup::Initialize failed because ES3 APIs are "
|
|
|