cc: Don't discard missed BeginFrames in the DisplayScheduler
commit86b518de01b889abe6c8db447ab68537db03a3d6
authorbrianderson <brianderson@chromium.org>
Thu, 4 Jun 2015 22:39:03 +0000 (4 15:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Jun 2015 22:39:39 +0000 (4 22:39 +0000)
treec2a57ebc2b4d2190ce1c937e6ea1719e0a79cc53
parentf30b58e28178a8cf85d4332e08ffcaae3cda4919
cc: Don't discard missed BeginFrames in the DisplayScheduler

Discarding missed BeginFrames likely regresses performance of
<60fps content. We already discard missed BeginFrames in the
cc::Scheduler earlier in the pipeline we shouldn't need to
skip them again later in the pipeline.

All existing correcness tests pass. <60fps content on the
perf dashboard should improve after this lands.

BUG=496766
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1167483003

Cr-Commit-Position: refs/heads/master@{#332942}
cc/surfaces/display_scheduler.cc