| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 168e862c2123fea125e0bdc077cde4d73fe3b28a..0d5ffbdb0261848d7bcedc16bcc6a7e482598d27 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -115,6 +115,7 @@ class SmoothnessToughWebGLCases(_Smoothness):
|
|
|
|
|
| @benchmark.Enabled('android')
|
| +@benchmark.Disabled('android-webview') # http://crbug.com/653933
|
| class SmoothnessMaps(perf_benchmark.PerfBenchmark):
|
| page_set = page_sets.MapsPageSet
|
|
|
|
|