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