cc: Fix incorrect deadline for low-latency mode.
commitaea76b46a17799edea30c44fe05aa065f0d911fe
authorsunnyps <sunnyps@chromium.org>
Fri, 5 Dec 2014 20:02:23 +0000 (5 12:02 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Dec 2014 20:03:09 +0000 (5 20:03 +0000)
treece4e6df7da3065f7b77f5ea104d2b59ea5af5cce
parent9810e296f79c8aba3335780ec2920840d441dde8
cc: Fix incorrect deadline for low-latency mode.

The deadline for low-latency mode should be one frame interval off. It
was accidentally set to be an immediate deadline.

BUG=421923

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

Cr-Commit-Position: refs/heads/master@{#307065}
cc/scheduler/scheduler.cc