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