| Index: tools/perf/benchmarks/webrtc.py
|
| diff --git a/tools/perf/benchmarks/webrtc.py b/tools/perf/benchmarks/webrtc.py
|
| index c77850a28e74654cda13c1b6ea874ff740ee1ca7..f8103b39d091b1b498f3082eda80a2e996a69a8c 100644
|
| --- a/tools/perf/benchmarks/webrtc.py
|
| +++ b/tools/perf/benchmarks/webrtc.py
|
| @@ -60,6 +60,7 @@ class WebrtcDataChannel(_Webrtc):
|
| # Disabled on reference builds because they crash and don't support tab
|
| # capture. See http://crbug.com/603232.
|
| @benchmark.Disabled('reference')
|
| +@benchmark.Disabled('android') # http://crbug.com/610019
|
| class WebrtcRendering(perf_benchmark.PerfBenchmark):
|
| """Specific time measurements (e.g. fps, smoothness) for WebRtc rendering."""
|
|
|
|
|