| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index aa0e2d64098883dfd25af0d0778436903b7102e2..0891977f268e0c7e56e2b43088fd441fe71727ff 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -121,7 +121,7 @@
|
| return 'smoothness.key_desktop_move_cases'
|
|
|
|
|
| -@benchmark.Disabled('all') # crbug.com/610338
|
| +@benchmark.Enabled('android')
|
| class SmoothnessKeyMobileSites(_Smoothness):
|
| """Measures rendering statistics while scrolling down the key mobile sites.
|
|
|
|
|