Fix some shutdown problems in tab capture performance tests.
As usual, the RunUntilIdle() call causes problems. Calling stop() on the webrtc stream apparently doesn't propagate back to the capture, so make sure that we call stop() on the capture stream explicitly. Also, raise frame rate to 60 fps. Not entirely sure if this will fix the attached bug or not, but either way it's a problem that should be fixed. BUG=474808 Review URL: https://codereview.chromium.org/1076533002 Cr-Commit-Position: refs/heads/master@{#324325}
Showing
Please register or sign in to comment