| Index: tools/perf/benchmarks/repaint.py
|
| diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
|
| index 92cdd52718b517c9aa8b67c947238c2185d8cf39..52270c1c8b27a11bbb0ab8fc1ff1faddc4110d67 100644
|
| --- a/tools/perf/benchmarks/repaint.py
|
| +++ b/tools/perf/benchmarks/repaint.py
|
| @@ -45,6 +45,7 @@ class _Repaint(perf_benchmark.PerfBenchmark):
|
|
|
|
|
| @benchmark.Disabled('all')
|
| +@benchmark.Owner(emails=['wkorman@chromium.org', 'vmpstr@chromium.org'])
|
| class RepaintKeyMobileSites(_Repaint):
|
| """Measures repaint performance on the key mobile sites.
|
|
|
| @@ -58,6 +59,7 @@ class RepaintKeyMobileSites(_Repaint):
|
| # crbug.com/502179
|
| @benchmark.Enabled('android')
|
| @benchmark.Disabled('all')
|
| +@benchmark.Owner(emails=['wkorman@chromium.org', 'vmpstr@chromium.org'])
|
| class RepaintGpuRasterizationKeyMobileSites(_Repaint):
|
| """Measures repaint performance on the key mobile sites with forced GPU
|
| rasterization.
|
|
|