diff options
author | jam <jam@chromium.org> | 2014-09-08 07:38:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-08 14:42:24 +0000 |
commit | 479004ba3d84ec815444e9279adcda7ed056afcb (patch) | |
tree | 7e1d1c479a4da0552a35ba8ec74d1f321251c0a4 /content/content_renderer.gypi | |
parent | cd108598efea261241ac8b34ae225c179ed935a9 (diff) | |
download | chromium_src-479004ba3d84ec815444e9279adcda7ed056afcb.zip chromium_src-479004ba3d84ec815444e9279adcda7ed056afcb.tar.gz chromium_src-479004ba3d84ec815444e9279adcda7ed056afcb.tar.bz2 |
Revert of Revert of Forward input and compositing tasks to the Blink scheduler (patchset #1 id:1 of https://codereview.chromium.org/548253002/)
Reason for revert:
this didn't reduce flakiness
Original issue's description:
> 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
>
> Committed: https://chromium.googlesource.com/chromium/src/+/66f85d5405417e6ddd11e1b9be677062a2e3ae4f
TBR=jamesr@chromium.org,alexclarke@chromium.org,picksi@chromium.org,eseidel@chromium.org,skyostil@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=411756
Review URL: https://codereview.chromium.org/548333002
Cr-Commit-Position: refs/heads/master@{#293722}
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r-- | content/content_renderer.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi index 6daf2d9..ee23601 100644 --- a/content/content_renderer.gypi +++ b/content/content_renderer.gypi @@ -358,6 +358,7 @@ 'renderer/sad_plugin.h', 'renderer/savable_resources.cc', 'renderer/savable_resources.h', + 'renderer/scheduler_proxy_task_runner.h', 'renderer/screen_orientation/screen_orientation_dispatcher.cc', 'renderer/screen_orientation/screen_orientation_dispatcher.h', 'renderer/screen_orientation/screen_orientation_observer.cc', |