| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index cbc6b2bc39709088ae3b2741de68a4492c44bec9..debf301fcfb1aa2ecee5279177831f4470804dd0 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -440,14 +440,6 @@ class SmoothnessPathologicalMobileSites(_Smoothness):
|
| return 'smoothness.pathological_mobile_sites'
|
|
|
|
|
| -class SmoothnessToughAnimatedImageCases(_Smoothness):
|
| - page_set = page_sets.ToughAnimatedImageCasesPageSet
|
| -
|
| - @classmethod
|
| - def Name(cls):
|
| - return 'smoothness.tough_animated_image_cases'
|
| -
|
| -
|
| class SmoothnessToughTextureUploadCases(_Smoothness):
|
| page_set = page_sets.ToughTextureUploadCasesPageSet
|
|
|
|
|