Chromium Code Reviews| Index: content/test/gpu/gpu_tests/webgl_conformance.py |
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py |
| index 234a244b07166aa59847ebfc6956f10b93f48ce0..a96ec64254e5fbd08064b39e1fbc413aba4f55a6 100644 |
| --- a/content/test/gpu/gpu_tests/webgl_conformance.py |
| +++ b/content/test/gpu/gpu_tests/webgl_conformance.py |
| @@ -61,6 +61,7 @@ class WebglConformanceValidator(page_test.PageTest): |
| def CustomizeBrowserOptions(self, options): |
| options.AppendExtraBrowserArg( |
| '--disable-gesture-requirement-for-media-playback') |
| + options.AppendExtraBrowserArg('--enable-gpu-benchmarking') |
|
Ken Russell (switch to Gerrit)
2013/08/15 19:25:28
This argument isn't necessary in order to use the
|
| class WebglConformance(test_module.Test): |