| Index: tools/perf/page_sets/tough_texture_upload_cases.py
|
| diff --git a/tools/perf/page_sets/tough_texture_upload_cases.py b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| index fe6cccd8761749525f70bd1ae9d5d424c39c5fc7..37e0a57badf954041ae7f21db563fe1c64b87021 100644
|
| --- a/tools/perf/page_sets/tough_texture_upload_cases.py
|
| +++ b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| @@ -14,7 +14,7 @@ class ToughTextureUploadCasesPage(page_module.Page):
|
| url=url,
|
| page_set=page_set)
|
|
|
| - def RunSmoothness(self, action_runner):
|
| + def RunPageInteractions(self, action_runner):
|
| interaction = action_runner.BeginGestureInteraction(
|
| 'ScrollAction', is_smooth=True)
|
| action_runner.ScrollPage()
|
|
|