Forward compositor tasks to the Blink scheduler
commit1c8d7094bc17cfc3ec05bc710ca6e76c463f519e
authorskyostil <skyostil@chromium.org>
Fri, 12 Sep 2014 10:54:21 +0000 (12 03:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Sep 2014 10:56:19 +0000 (12 10:56 +0000)
treee3dc050819326cadd4ba94619c7f26e1d024e790
parentf0e1e779e3acf7e18093550dc775e44b812a3286
Forward compositor tasks to the Blink scheduler

Forward compositor tasks to the Blink scheduler so that they can be
prioritized over other work as necessary. We now route input and
compositor tasks through the same scheduler queue to preserve their
relative ordering.

BUG=391005

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

Cr-Commit-Position: refs/heads/master@{#294572}
content/renderer/render_thread_impl.cc
content/renderer/render_thread_impl.h
content/renderer/scheduler_proxy_task_runner_browsertest.cc