| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 168e862c2123fea125e0bdc077cde4d73fe3b28a..35ef40d1bcc71fce74f89b67a26c1e7185fe724d 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -384,6 +384,7 @@ class SmoothnessGpuRasterizationToughScrollingCases(_Smoothness):
|
|
|
|
|
| @benchmark.Disabled('android') # http://crbug.com/531593
|
| +@benchmark.Disabled('win') # http://crbug.com/652372
|
| class SmoothnessToughImageDecodeCases(_Smoothness):
|
| page_set = page_sets.ToughImageDecodeCasesPageSet
|
|
|
|
|