DevTools: introduce API for the Common.FormatterWorkerPool.
Currently, the Common.FormatterWorkerPool provides two methods:
- runTask
- runChunkedTask
This is very low-level. In fact, FormatterWorkerPool is a front-end for
formatter workers; it makes sense to introduce an API which will describe
functionality of the worker.
BUG=none
R=dgozman
Committed:
https://crrev.com/04bdec650bdff2140ab3f7154a63d52d97318c53
Cr-Commit-Position: refs/heads/master@{#438699}