Hi
As you may know, we've been migrating all tasks/timers from a per-renderer scheduler to a
per-frame scheduler. The per-frame scheduler enables us to flexibly schedule tasks/timers per frame. For example, it enables to throttle offscreen iframes, which is a key technology to save power and improve responsiveness of the main frame.
To complete the migration, we need to migrate ~100 timers. ...so we might want to get some help from the community :D
(if you're interested in, please keep reading.)
The migration step is easy:
2) Basically, you just need to replace Timer<> with TaskRunnerTimer<> (
example CL). The only non-trivial part is to understand the spec and choose a correct
TaskType.
3) Upload a CL with
BUG=624694. haraken@ is happy to review the patches.
Thanks!
--
Kentaro Hara, Tokyo, Japan