| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index c650764b7f4c7a69fbfc034b3178d9f7ab096b2d..bb67030e711e951f9f1e572dff70126456fcc452 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -67,10 +67,6 @@ class SmoothnessToughFiltersCases(_Smoothness):
|
|
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
| - # http://crbug.com/616520
|
| - if (cls.IsSvelte(possible_browser) and
|
| - possible_browser.browser_type == 'reference'):
|
| - return True
|
| # http://crbug.com/624032
|
| if possible_browser.platform.GetDeviceTypeName() == 'Nexus 6':
|
| return True
|
|
|