DescriptionRemove WorkerBackingThread::scriptCount
This CL removes scriptCount from WorkerBackingThread. The count was
needed for compositor workers, but we don't need it any more because
of compositor workers' design change.
Before this change, compositor workers are exempted from
TerminateExecution call because multiple workers can share the same
backing thread, but with this change TerminateExecution can be
called for a compositor worker when it doesn't start the shutdown
sequence in a timely manner.
BUG=487050
Committed: https://crrev.com/17686215e73797de165dd749f8f77d1388f1ede6
Cr-Commit-Position: refs/heads/master@{#400102}
Patch Set 1 #Patch Set 2 : fix #
Total comments: 5
Patch Set 3 : fix #Patch Set 4 : rebase #Messages
Total messages: 34 (14 generated)
|