| Index: tools/perf/page_sets/tough_webgl_cases.py
|
| diff --git a/tools/perf/page_sets/tough_webgl_cases.py b/tools/perf/page_sets/tough_webgl_cases.py
|
| index f26fd8ed95db8d015b6a2ca4c6d1d4243eea315d..f2abbb95073640b5f39682189bb51ba0d0fc5010 100644
|
| --- a/tools/perf/page_sets/tough_webgl_cases.py
|
| +++ b/tools/perf/page_sets/tough_webgl_cases.py
|
| @@ -25,7 +25,7 @@ class ToughWebglCasesPage(page_module.Page):
|
| 'document.readyState == "complete"')
|
| action_runner.Wait(2)
|
|
|
| - def RunSmoothness(self, action_runner):
|
| + def RunPageInteractions(self, action_runner):
|
| action_runner.Wait(5)
|
|
|
|
|
|
|