[scheduler] Move stop-non-timers-in-background flag to blink features
The StopNonTimersInBackground flag is used by scheduler to initialize the freezable bits for tasks. This happens before Blink initialization, so the flag wasn't set yet when initializing QueueTraits. This CL moves the flag from runtime enabled features to blink features, which are initialized earlier and can be checked directly during QueueTraits initialization. BUG: 859963 Change-Id: I62e9896cd3c75a04d23372b44e9697432d109088 Reviewed-on: https://chromium-review.googlesource.com/1159205Reviewed-by:Alexander Timin <altimin@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Scott Haseley <shaseley@google.com> Cr-Commit-Position: refs/heads/master@{#580540}
Showing
Please register or sign in to comment