| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index cbc6b2bc39709088ae3b2741de68a4492c44bec9..3cd82c3f08265b2d0a4ef056a0df519eda4db93a 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -233,6 +233,11 @@ class SmoothnessGpuRasterizationFiltersCases(_Smoothness):
|
| def Name(cls):
|
| return 'smoothness.gpu_rasterization.tough_filters_cases'
|
|
|
| + @classmethod
|
| + def ShouldDisable(cls, possible_browser): # http://crbug.com/616540
|
| + return (cls.IsSvelte(possible_browser) and
|
| + possible_browser.browser_type == 'reference')
|
| +
|
|
|
| @benchmark.Enabled('android')
|
| class SmoothnessSyncScrollKeyMobileSites(_Smoothness):
|
|
|