Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py

Issue 2437233002: Implement EXT_disjoint_timer_query_webgl2 (Closed)
Patch Set: webgl_conformance_integration_test.py Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698