Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index add512d33713565d82bbe4c734f7f58c221c70a3..1d832b7e589b0c7492d705165f90093ce37416a4 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -250,7 +250,7 @@ class SmoothnessGpuImageDecodingCases(benchmark.Benchmark): |
return 'smoothness.gpu_rasterization_and_decoding.image_decoding_cases' |
-@benchmark.Disabled # http://crbug.com/458282 |
+@benchmark.Enabled('android') |
class SmoothnessPathologicalMobileSites(benchmark.Benchmark): |
"""Measures task execution statistics while scrolling pathological sites. |
""" |