| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 69ce0b4ae2ace6546290d0fd7444bcbd99bc1b59..1463e5b4b528d8fa2c57d63f537a7ef91e4b6979 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -328,16 +328,6 @@ class SmoothnessGpuRasterizationToughPinchZoomCases(_Smoothness):
|
| return cls.IsSvelte(possible_browser) # http://crbug.com/564008
|
|
|
|
|
| -@benchmark.Enabled('android', 'chromeos')
|
| -class SmoothnessToughScrollingWhileZoomedInCases(_Smoothness):
|
| - """Measures rendering statistics for pinch-zooming then diagonal scrolling"""
|
| - page_set = page_sets.ToughScrollingWhileZoomedInCasesPageSet
|
| -
|
| - @classmethod
|
| - def Name(cls):
|
| - return 'smoothness.tough_scrolling_while_zoomed_in_cases'
|
| -
|
| -
|
| @benchmark.Enabled('android')
|
| class SmoothnessGpuRasterizationPolymer(_Smoothness):
|
| """Measures rendering statistics for the Polymer cases with GPU rasterization.
|
|
|