If SurfaceViewRenderer can't keep up with the stream of incoming frames it has to drop frames. Currently, new frames are dropped until the old pending frame is rendered. This CL drops the old pending frame instead. Review URL: https://codereview.webrtc.org/1417063005 Cr-Commit-Position: refs/heads/master@{#10558}