Enable BeginFrame scheduling on aura
This cl is last partial cl from https://codereview.chromium.org/
775143003/
for easy review.
Until now, BeginFrame is initiated by each renderer process.
With this cl, BeginFrame is scheduled from parent(browser) cc scheduler
to child(renderer) cc scheduler.
For more detailed information, please see this (http://goo.gl/D1Qxrr)
Also, --enable-begin-frame-scheduling is no longer needed because all platform except Mac
uses it as a default.
R=brianderson@chromium.org, danakj@chromium.org, mithro@mithis.com
BUG=372086
Review URL: https://codereview.chromium.org/
1016033006
Cr-Commit-Position: refs/heads/master@{#322622}