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