| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 2eb070898a6ac2cc686194e5c0c6ffc07c7082e9..6452b9f427e74176510756558a76c2bbc474b3f4 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -469,7 +469,7 @@ class SmoothnessToughTextureUploadCases(_Smoothness):
|
|
|
| class SmoothnessToughAdCases(_Smoothness):
|
| """Measures rendering statistics while displaying advertisements."""
|
| - page_set = page_sets.ToughAdCasesPageSet
|
| + page_set = page_sets.SyntheticToughAdCasesPageSet
|
|
|
| @classmethod
|
| def Name(cls):
|
| @@ -507,7 +507,7 @@ class SmoothnessBidirectionallyScrollingToughAdCases(_Smoothness):
|
|
|
| class SmoothnessToughWebGLAdCases(_Smoothness):
|
| """Measures rendering statistics while scrolling advertisements."""
|
| - page_set = page_sets.ToughWebglAdCasesPageSet
|
| + page_set = page_sets.SyntheticToughWebglAdCasesPageSet
|
|
|
| @classmethod
|
| def Name(cls):
|
|
|