| 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 db6420cd61acba78544d124912dd50229b02fc3d..38ad16be41bebfacb4765a793229cb1fcb52fae5 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance.py
|
| @@ -100,7 +100,7 @@ class WebglConformance(benchmark_module.Benchmark):
|
| test = WebglConformanceValidator
|
|
|
| @classmethod
|
| - def AddTestCommandLineArgs(cls, group):
|
| + def AddBenchmarkCommandLineArgs(cls, group):
|
| group.add_option('--webgl-conformance-version',
|
| help='Version of the WebGL conformance tests to run.',
|
| default='1.0.3')
|
|
|