| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 711c53d363d6bb1870ba3d124e241fedfffd8038..a77dffa5a436d00a28136fabf896a978ecf8a85f 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -70,6 +70,10 @@ class SmoothnessMaps(benchmark.Benchmark):
|
| page_set = page_sets.MapsPageSet
|
|
|
| @classmethod
|
| + def CreateExpectations(cls):
|
| + return webgl_expectations.MapsExpectations()
|
| +
|
| + @classmethod
|
| def Name(cls):
|
| return 'smoothness.maps'
|
|
|
|
|