| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 8bfcd41d3d8a3af9c2eef495735835e25db0507b..6021c4a26f6ead7541469c0f8f65ed4cfe5d95b3 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -250,7 +250,7 @@ class SmoothnessFlingSimpleMobilePages(perf_benchmark.PerfBenchmark):
|
| return 'smoothness.fling.simple_mobile_sites'
|
|
|
|
|
| -@benchmark.Enabled('android', 'chromeos')
|
| +@benchmark.Enabled('android', 'chromeos', 'mac')
|
| class SmoothnessToughPinchZoomCases(perf_benchmark.PerfBenchmark):
|
| """Measures rendering statistics for pinch-zooming into the tough pinch zoom
|
| cases.
|
|
|