| Index: tools/perf/benchmarks/repaint.py
|
| diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
|
| index dd3971e69ebc7e139704fbac2bbc191b10fc1a02..2d802262567a01a88161d6ca0fc76fcb3ac94459 100644
|
| --- a/tools/perf/benchmarks/repaint.py
|
| +++ b/tools/perf/benchmarks/repaint.py
|
| @@ -8,6 +8,7 @@ import page_sets
|
| from telemetry import benchmark
|
|
|
|
|
| +@benchmark.Enabled('android')
|
| class RepaintKeyMobileSites(benchmark.Benchmark):
|
| """Measures repaint performance on the key mobile sites.
|
|
|
| @@ -16,7 +17,7 @@ class RepaintKeyMobileSites(benchmark.Benchmark):
|
| page_set = page_sets.KeyMobileSitesPageSet
|
|
|
|
|
| -@benchmark.Disabled('android') # crbug.com/412001
|
| +@benchmark.Disabled # crbug.com/412001
|
| class RepaintGpuRasterizationKeyMobileSites(benchmark.Benchmark):
|
| """Measures repaint performance on the key mobile sites with forced GPU
|
| rasterization.
|
|
|