| Index: tools/skp/page_sets/skia_pokemonwiki_desktop.py
|
| diff --git a/tools/skp/page_sets/skia_pokemonwiki_desktop.py b/tools/skp/page_sets/skia_pokemonwiki_desktop.py
|
| index d96ac4911309afa875b40a2509d12ca79d8ae0c7..47d5b3141091ca1c038a3d9731b0d928f40721a8 100644
|
| --- a/tools/skp/page_sets/skia_pokemonwiki_desktop.py
|
| +++ b/tools/skp/page_sets/skia_pokemonwiki_desktop.py
|
| @@ -18,13 +18,6 @@ class SkiaBuildbotDesktopPage(page_module.Page):
|
| self.user_agent_type = 'desktop'
|
| self.archive_data_file = 'data/skia_pokemonwiki_desktop.json'
|
|
|
| - def RunSmoothness(self, action_runner):
|
| - action_runner.ScrollElement()
|
| -
|
| - def RunNavigateSteps(self, action_runner):
|
| - action_runner.NavigateToPage(self)
|
| - action_runner.Wait(15)
|
| -
|
|
|
| class SkiaPokemonwikiDesktopPageSet(page_set_module.PageSet):
|
|
|
|
|