| Index: gpu/command_buffer/service/feature_info.cc
|
| diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc
|
| index 40ee28fbd7a1229cc06d23dbf1351b2241b48d82..fc8c9f2964a7f2bb0c88377cb31cdb48e81380c1 100644
|
| --- a/gpu/command_buffer/service/feature_info.cc
|
| +++ b/gpu/command_buffer/service/feature_info.cc
|
| @@ -1009,7 +1009,7 @@ void FeatureInfo::InitializeFeatures() {
|
|
|
| // TODO(kainino): Once we have a way to query whether ANGLE is exposing
|
| // native support for ETC2 textures, require that here.
|
| - if (gl_version_info_->is_es3) {
|
| + if (gl_version_info_->is_es3 && !gl_version_info_->is_angle) {
|
| AddExtensionString("GL_CHROMIUM_compressed_texture_etc");
|
| validators_.UpdateETCCompressedTextureFormats();
|
| }
|
|
|