Chromium Code Reviews| Index: tools/perf/benchmarks/repaint.py |
| diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py |
| index dd3971e69ebc7e139704fbac2bbc191b10fc1a02..b7d6b8a8ab0df8c95f16a54fdc45482b2bc36a69 100644 |
| --- a/tools/perf/benchmarks/repaint.py |
| +++ b/tools/perf/benchmarks/repaint.py |
| @@ -16,7 +16,6 @@ class RepaintKeyMobileSites(benchmark.Benchmark): |
| page_set = page_sets.KeyMobileSitesPageSet |
| -@benchmark.Disabled('android') # crbug.com/412001 |
| class RepaintGpuRasterizationKeyMobileSites(benchmark.Benchmark): |
|
tonyg
2014/09/23 00:11:58
This'll run on desktop now too - if that's desired
ernstm
2014/10/06 17:38:20
Changed to enable on Android only.
|
| """Measures repaint performance on the key mobile sites with forced GPU |
| rasterization. |