DescriptionRevert of Remove WorkerBackingThread::scriptCount (patchset #3 id:80001 of https://codereview.chromium.org/2053273002/ )
Reason for revert:
Two compositorworker tests have failed flakily after this change:
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20ASAN/builds/24612
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20ASAN/builds/24613
Original issue's description:
> Remove 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}
TBR=nhiroki@chromium.org,flackr@chromium.org,yhirano@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=487050
Committed: https://crrev.com/bba247eab1816bc571d46f41de6346c3b7fbbfa6
Cr-Commit-Position: refs/heads/master@{#400133}
Patch Set 1 #Messages
Total messages: 9 (3 generated)
|