Revert of Forward input and compositing tasks to the Blink scheduler (patchset #21...
commit410d6b1f38af9f17048ec2b2458615e26580b77c
authorjam <jam@chromium.org>
Mon, 8 Sep 2014 07:20:43 +0000 (8 00:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 8 Sep 2014 07:25:21 +0000 (8 07:25 +0000)
tree6bd00aa0047ad78b88314622aad795657678b7f0
parentea769fd2090e40950c84f9df851ffec5792bf04e
Revert of Forward input and compositing tasks to the Blink scheduler (patchset #21 id:400001 of https://codereview.chromium.org/363383002/)

Reason for revert:
suspecting it's causing the high rate of flakes in Instrumentation test ContentShellTest

BUG=411756

Original issue's description:
> Forward input and compositing tasks to the Blink scheduler
>
> Instead of posting input and compositor tasks directly to the
> main thread message loop, forward them to the Blink scheduler
> so they can be prioritized over other tasks.
>
> BUG=391005
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290845
>
> Committed: https://chromium.googlesource.com/chromium/src/+/68bab3290b45a8610ad875d3c92530477c16a948

TBR=jamesr@chromium.org,alexclarke@chromium.org,picksi@chromium.org,eseidel@chromium.org,skyostil@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=391005

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

Cr-Commit-Position: refs/heads/master@{#293686}
content/content_renderer.gypi
content/content_tests.gypi
content/renderer/gpu/render_widget_compositor.cc
content/renderer/input/input_event_filter.cc
content/renderer/input/input_event_filter.h
content/renderer/input/input_event_filter_unittest.cc
content/renderer/render_thread_impl.cc
content/renderer/render_thread_impl.h
content/renderer/scheduler_proxy_task_runner.h [deleted file]
content/renderer/scheduler_proxy_task_runner_browsertest.cc [deleted file]