scheduler: Don't block expensive loading tasks during main thread gestures
Previously we were using the presence of main thread input gestures (e.g., a mouse drag) as a hint that expensive loading and timer tasks are non-essential. This patch relaxes the policy to allow loading tasks in this use case to avoid starving loading work for the entire duration of the gesture, e.g., for loading new content in an infinite scrolling scenario. BUG=548606 Review URL: https://codereview.chromium.org/1420773003 Cr-Commit-Position: refs/heads/master@{#357122}
Showing
Please register or sign in to comment