Descriptionscheduler: 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
Committed: https://crrev.com/70eceecb80f82f7deea985549b52b97149ef9005
Cr-Commit-Position: refs/heads/master@{#357122}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Review comments. #
Messages
Total messages: 13 (3 generated)
|