DescriptionWorker: Factor out common functions into ThreadedObjectProxyBase
Several functions in InProcessWorkerObjectProxy and ThreadedWorkletObjectProxy
are common. This CL introduces ThreadedMessagingProxyBase class, factors out the
functions into the base class and makes the both proxies inherit it.
[Class relationships after this CL]
On MainThread / On WorkerThread
ThreadedMessagingProxyBase / ThreadedObjectProxyBase
- InProcessWorkerMessagingProxy / - InProcessWorkerObjectProxy
- ThreadedWorkletMessagingProxy / - ThreadedWorkletObjectProxy
BUG=667357
Committed: https://crrev.com/9083392315f8b2ba599185c6b63af718ac4c6efb
Cr-Commit-Position: refs/heads/master@{#437503}
Patch Set 1 #Patch Set 2 : fix layout tests #
Messages
Total messages: 22 (17 generated)
|