| Index: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| index 7b235f369fbe60251c23e20d3f6d18ba55efb499..96dc2846540f1f778681a16b348814629af50227 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| @@ -174,7 +174,7 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| else:
|
| return [
|
| 'EXT_color_buffer_float',
|
| - 'EXT_disjoint_timer_query',
|
| + 'EXT_disjoint_timer_query_webgl2',
|
| 'EXT_texture_filter_anisotropic',
|
| 'OES_texture_float_linear',
|
| 'WEBGL_compressed_texture_astc',
|
|
|