Adam Barth 8ec2a9f496 spinning-square.sky doesn't spin
The semantics of requestAnimationFrame and scheduleVisualUpdate are slightly
different. If you're inside a requestAnimationFrame, then calling
requestAnimationFrame should schedule you for next frame. However, if you're
inside a requestAnimationFrame and you scheduleVisualUpdate, that's a noop
because we've already got a visual update pending. When we merge the codepaths,
we broke requestAnimationFrame because it became a noop when called inside a
request animation frame.

We really ought to split up the two roles of requestAnimationFrame (run before
the frame boundary and run once per frame).

R=esprehn@chromium.org, eseidel@chromium.org

Review URL: https://codereview.chromium.org/880013003
2015-01-27 11:01:28 -08:00
..
2015-01-26 18:55:09 -08:00
2015-01-27 11:01:28 -08:00
2015-01-26 18:06:24 -08:00
2015-01-25 23:48:53 -08:00
2015-01-27 09:58:22 -08:00
2015-01-26 18:06:24 -08:00
2015-01-27 09:58:45 -08:00
2015-01-26 15:11:44 -08:00
2015-01-27 09:58:45 -08:00
2015-01-26 15:11:44 -08:00
2015-01-26 15:11:44 -08:00
2014-10-23 11:17:19 -07:00
2014-10-23 11:17:19 -07:00
2014-10-23 11:17:19 -07:00